OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HEAD_PTR
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vpx_mem/memory_manager/
hmm_grow.c
20
#undef
HEAD_PTR
21
#define
HEAD_PTR
((head_record *) end)
27
if (
HEAD_PTR
->block_size != 0)
34
HEAD_PTR
->block_size = n_baus;
49
#undef
HEAD_PTR
hmm_base.c
43
head_record *
head_ptr
)
45
ptr_record *ptr_rec_ptr = HEAD_TO_PTR_REC(
head_ptr
);
55
MARK_SUCCESSIVE_BLOCK_IN_FREE_BIN(
head_ptr
)
86
head_record *
head_ptr
;
local
96
head_ptr
= PTR_REC_TO_HEAD(ptr_rec_ptr);
99
AUDIT_BLOCK(
head_ptr
)
110
head_ptr
= PTR_REC_TO_HEAD(bin_front_ptr);
113
(U(avl_avl) *) &(desc->avl_tree_root), BLOCK_BAUS(
head_ptr
));
116
MARK_BLOCK_ALLOCATED(
head_ptr
)
118
rem_baus = BLOCK_BAUS(
head_ptr
) - n_baus
[
all
...]
Completed in 160 milliseconds