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

Function _aspace_bst_search_overlap

components/mm/avl_adpt.c:142–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142struct rt_varea *_aspace_bst_search_overlap(struct rt_aspace *aspace,
143 struct _mm_range range)
144{
145 struct util_avl_root *root = &aspace->tree.tree;
146 return search(root, range, compare_overlap);
147}
148
149void _aspace_bst_insert(struct rt_aspace *aspace, struct rt_varea *varea)
150{

Callers 3

_unmap_range_lockedFunction · 0.70
rt_aspace_mremap_rangeFunction · 0.70
_find_freeFunction · 0.70

Calls 1

searchFunction · 0.70

Tested by

no test coverage detected