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

Function _aspace_bst_search

examples/test/avl.c:387–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385}
386
387struct rt_varea *_aspace_bst_search(struct rt_aspace *aspace, void *key)
388{
389 struct util_avl_root *root = &aspace->tree.tree;
390 struct _mm_range range = {key, key};
391 return search(root, range, compare_overlap);
392}
393
394rt_varea_t _aspace_bst_search_exceed(struct rt_aspace *aspace, void *start)
395{

Callers 6

search_testFunction · 0.70
delete_testFunction · 0.70
test_bst_adptFunction · 0.50
_lwp_get_userFunction · 0.50
_lwp_get_userFunction · 0.50
_lwp_get_userFunction · 0.50

Calls 1

searchFunction · 0.70

Tested by

no test coverage detected