Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GJDuck/e9patch
/ malloc
Function
malloc
examples/stdlib.c:2391–2394 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2389
}
2390
2391
static void *malloc(size_t size)
2392
{
2393
return malloc_impl(NULL, size, /*lock=*/true);
2394
}
2395
static void *calloc(size_t nmemb, size_t size)
2396
{
2397
return calloc_impl(NULL, nmemb, size, /*lock=*/true);
Callers
15
internal_function
Function · 0.85
__libelf_compress_zlib
Function · 0.85
__libelf_compress_zstd
Function · 0.85
__libelf_compress
Function · 0.85
__libelf_decompress_zlib
Function · 0.85
__libelf_decompress_zstd
Function · 0.85
internal_function
Function · 0.85
load_shdr_wrlock
Function · 0.85
read_long_names
Function · 0.85
try_dwp_file
Function · 0.85
convert_data
Function · 0.85
__libelf_set_rawdata_wrlock
Function · 0.85
Calls
1
malloc_impl
Function · 0.85
Tested by
3
main
Function · 0.68
test_fread
Function · 0.68
test_tree
Function · 0.68