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

Function _aspace_bst_remove

examples/test/avl.c:471–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469}
470
471void _aspace_bst_remove(struct rt_aspace *aspace, struct rt_varea *varea)
472{
473 struct util_avl_struct *node = &varea->node.node;
474 _check_bst_before(aspace, varea);
475 util_avl_remove(node, &aspace->tree.tree);
476 _check_bst_after(aspace, varea, 1);
477}
478
479struct rt_aspace aspace;
480

Callers 1

delete_testFunction · 0.70

Calls 3

_check_bst_beforeFunction · 0.85
util_avl_removeFunction · 0.85
_check_bst_afterFunction · 0.85

Tested by

no test coverage detected