Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
176
void _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_varea
Function · 0.70
_migrate_and_release_varea
Function · 0.70
_varea_uninstall_locked
Function · 0.70
_shrink_varea
Function · 0.70
Calls
1
util_avl_remove
Function · 0.85
Tested by
no test coverage detected