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

Function realloc

examples/stdlib.c:2399–2402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2397 return calloc_impl(NULL, nmemb, size, /*lock=*/true);
2398}
2399static void *realloc(void *ptr, size_t size)
2400{
2401 return realloc_impl(NULL, ptr, size, /*lock=*/true);
2402}
2403static void free(void *ptr)
2404{
2405 free_impl(NULL, ptr, /*lock=*/true);

Callers 8

__libelf_compress_zlibFunction · 0.85
__libelf_compress_zstdFunction · 0.85
static_reallocarrayFunction · 0.85
__libdw_alloc_tailFunction · 0.85
logFunction · 0.85
target_pushFunction · 0.85
initFunction · 0.85
initFunction · 0.85

Calls 1

realloc_implFunction · 0.85

Tested by

no test coverage detected