Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RT-Thread/rt-thread
/ cleanup
Function
cleanup
examples/test/avl.c:548–553 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
546
}
547
548
static void cleanup(void)
549
{
550
free(dataset);
551
552
free(_varea_buf);
553
}
554
555
int main(int argc, char *argv[])
556
{
Callers
2
rt_defunct_execute
Function · 0.85
main
Function · 0.85
Calls
1
free
Function · 0.50
Tested by
no test coverage detected