Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ _aspace_bst_init
Function
_aspace_bst_init
examples/test/avl.c:313–317 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
311
*/
312
313
int _aspace_bst_init(struct rt_aspace *aspace)
314
{
315
aspace->tree.tree.root_node = AVL_ROOT;
316
return 0;
317
}
318
319
static int compare_overlap(void *as, void *ae, void *bs, void *be)
320
{
Callers
1
init_test
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected