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

Function pool_free

examples/stdlib.c:2437–2440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2435 return realloc_impl(pool, ptr, size, /*lock=*/true);
2436}
2437static void pool_free(struct malloc_pool_s *pool, void *ptr)
2438{
2439 free_impl(pool, ptr, /*lock=*/true);
2440}
2441
2442/****************************************************************************/
2443/* SIGNAL */

Callers 2

pool_tdeleteFunction · 0.85
tree_destroyFunction · 0.85

Calls 1

free_implFunction · 0.85

Tested by

no test coverage detected