MCPcopy Create free account
hub / github.com/GJDuck/e9patch / pool_tdestroy

Function pool_tdestroy

examples/stdlib.c:5550–5555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5548 tree_destroy(NULL, n, free_node);
5549}
5550static void pool_tdestroy(struct malloc_pool_s *pool, const void *root,
5551 void (*free_node)(void *))
5552{
5553 struct node_s *n = (struct node_s *)root;
5554 tree_destroy(pool, n, free_node);
5555}
5556
5557static void *tnext(void *node)
5558{

Callers

nothing calls this directly

Calls 1

tree_destroyFunction · 0.85

Tested by

no test coverage detected