Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
2403
static void free(void *ptr)
2404
{
2405
free_impl(NULL, ptr, /*lock=*/true);
2406
}
2407
2408
static void *malloc_unlocked(size_t size)
2409
{
Callers
15
internal_function
Function · 0.85
do_deflate_cleanup
Function · 0.85
__libelf_compress_zlib
Function · 0.85
do_zstd_cleanup
Function · 0.85
__libelf_compress_zstd
Function · 0.85
__libelf_decompress_zlib
Function · 0.85
__libelf_decompress_zstd
Function · 0.85
__libelf_reset_rawdata
Function · 0.85
elf_compress
Function · 0.85
find_debug_altlink
Function · 0.85
dwarf_package_index_free
Function · 0.85
dwarf_end
Function · 0.85
Calls
1
free_impl
Function · 0.85
Tested by
2
main
Function · 0.68
test_string
Function · 0.68