OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:next_head_ptr
(Results
1 - 1
of
1
) sorted by null
/external/libvpx/libvpx/vpx_mem/memory_manager/
hmm_resize.c
20
head_record *
next_head_ptr
;
local
47
next_head_ptr
=
51
(
next_head_ptr
== desc->last_freed) ||
52
!IS_BLOCK_ALLOCATED(
next_head_ptr
);
56
i += BLOCK_BAUS(
next_head_ptr
);
64
AUDIT_BLOCK(
next_head_ptr
)
67
if (
next_head_ptr
== desc->last_freed)
70
U(out_of_free_collection)(desc,
next_head_ptr
);
72
next_head_ptr
=
111
next_head_ptr
->previous_block_size = (U(size_bau)) i
[
all
...]
Completed in 34 milliseconds