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

Function free_unlocked

examples/stdlib.c:2420–2423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2418 return realloc_impl(NULL, ptr, size, /*lock=*/false);
2419}
2420static void free_unlocked(void *ptr)
2421{
2422 free_impl(NULL, ptr, /*lock=*/false);
2423}
2424
2425static void *pool_malloc(struct malloc_pool_s *pool, size_t size)
2426{

Callers

nothing calls this directly

Calls 1

free_implFunction · 0.85

Tested by

no test coverage detected