MCPcopy 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
548static void cleanup(void)
549{
550 free(dataset);
551
552 free(_varea_buf);
553}
554
555int main(int argc, char *argv[])
556{

Callers 2

rt_defunct_executeFunction · 0.85
mainFunction · 0.85

Calls 1

freeFunction · 0.50

Tested by

no test coverage detected