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

Function free

examples/stdlib.c:2403–2406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2401 return realloc_impl(NULL, ptr, size, /*lock=*/true);
2402}
2403static void free(void *ptr)
2404{
2405 free_impl(NULL, ptr, /*lock=*/true);
2406}
2407
2408static void *malloc_unlocked(size_t size)
2409{

Callers 15

internal_functionFunction · 0.85
do_deflate_cleanupFunction · 0.85
__libelf_compress_zlibFunction · 0.85
do_zstd_cleanupFunction · 0.85
__libelf_compress_zstdFunction · 0.85
__libelf_decompress_zlibFunction · 0.85
__libelf_decompress_zstdFunction · 0.85
__libelf_reset_rawdataFunction · 0.85
elf_compressFunction · 0.85
find_debug_altlinkFunction · 0.85
dwarf_package_index_freeFunction · 0.85
dwarf_endFunction · 0.85

Calls 1

free_implFunction · 0.85

Tested by 2

mainFunction · 0.68
test_stringFunction · 0.68