MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / _aspace_bst_search

Function _aspace_bst_search

components/mm/avl_adpt.c:99–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99struct rt_varea *_aspace_bst_search(struct rt_aspace *aspace, void *key)
100{
101 struct util_avl_root *root = &aspace->tree.tree;
102 struct _mm_range range = {key, key};
103 return search(root, range, compare_overlap);
104}
105
106rt_varea_t _aspace_bst_search_exceed(struct rt_aspace *aspace, void *start)
107{

Callers 10

rt_aspace_fault_try_fixFunction · 0.70
_merge_surroundingFunction · 0.70
_aspace_unmapFunction · 0.70
rt_aspace_load_pageFunction · 0.70
rt_aspace_controlFunction · 0.70
_compare_vareaFunction · 0.70
rt_aspace_page_putFunction · 0.70
rt_aspace_page_getFunction · 0.70
rt_aspace_queryFunction · 0.70

Calls 1

searchFunction · 0.70

Tested by

no test coverage detected