gecko/build/unix/gnu-ld-scripts/jemalloc-standalone-linkage-version-script

20 lines
256 B
Plaintext

{
global:
_malloc_postfork;
_malloc_prefork;
jemalloc_stats;
malloc_usable_size;
posix_memalign;
free;
realloc;
calloc;
malloc;
memalign;
valloc;
__free_hook;
__malloc_hook;
__realloc_hook;
__memalign_hook;
local: *;
};