HomeSort by relevance Sort by last modified time
    Searched refs:rem_head_ptr (Results 1 - 2 of 2) sorted by null

  /external/libvpx/vpx_mem/memory_manager/
hmm_resize.c 94 head_record *rem_head_ptr; local
96 rem_head_ptr = (head_record *) BAUS_FORWARD(head_ptr, n);
98 rem_head_ptr->previous_block_size = (U(size_bau)) n;
99 rem_head_ptr->block_size = (U(size_bau)) i;
112 desc->last_freed = rem_head_ptr;
hmm_base.c 126 head_record *rem_head_ptr = local
137 rem_head_ptr->previous_block_size = n_baus;
138 rem_head_ptr->block_size = rem_baus;
140 desc->last_freed = rem_head_ptr;

Completed in 80 milliseconds