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

Function _aspace_bst_remove

components/mm/avl_adpt.c:176–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176void _aspace_bst_remove(struct rt_aspace *aspace, struct rt_varea *varea)
177{
178 struct util_avl_struct *node = &varea->node.node;
179 util_avl_remove(node, &aspace->tree.tree);
180}

Callers 4

_expand_vareaFunction · 0.70
_varea_uninstall_lockedFunction · 0.70
_shrink_vareaFunction · 0.70

Calls 1

util_avl_removeFunction · 0.85

Tested by

no test coverage detected