OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:avl_tree_root
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/vpx_mem/memory_manager/
hmm_alloc.c
22
if (desc->
avl_tree_root
)
23
AUDIT_BLOCK(PTR_REC_TO_HEAD(desc->
avl_tree_root
))
52
(U(avl_avl) *) & (desc->
avl_tree_root
), (U(size_bau)) n,
hmm_largest.c
22
if (!(desc->
avl_tree_root
))
28
AUDIT_BLOCK(PTR_REC_TO_HEAD(desc->
avl_tree_root
))
35
(U(avl_avl) *) & (desc->
avl_tree_root
),
hmm_base.c
20
desc->
avl_tree_root
= 0;
48
U(avl_insert)((U(avl_avl) *) & (desc->
avl_tree_root
), ptr_rec_ptr);
113
(U(avl_avl) *) &(desc->
avl_tree_root
), BLOCK_BAUS(head_ptr));
168
U(avl_subst)((U(avl_avl) *) &(desc->
avl_tree_root
), next);
173
(U(avl_avl) *) &(desc->
avl_tree_root
), BLOCK_BAUS(head_ptr));
195
if (desc->
avl_tree_root
)
197
AUDIT_BLOCK(PTR_REC_TO_HEAD(desc->
avl_tree_root
))
317
if (desc->
avl_tree_root
)
319
AUDIT_BLOCK(PTR_REC_TO_HEAD(desc->
avl_tree_root
))
hmm_resize.c
41
if (desc->
avl_tree_root
)
42
AUDIT_BLOCK(PTR_REC_TO_HEAD(desc->
avl_tree_root
))
hmm_shrink.c
82
if (desc->
avl_tree_root
)
83
AUDIT_BLOCK(PTR_REC_TO_HEAD(desc->
avl_tree_root
))
/external/libvpx/vpx_mem/memory_manager/include/
heapmm.h
95
** (avl_avl *) &(heap_desc->
avl_tree_root
)
99
void *
avl_tree_root
;
local
Completed in 209 milliseconds