mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 708567 - Remove jemalloc-standalone-linkage-version-script, as it's not used anymore. r=khuey
This commit is contained in:
parent
f06029b718
commit
0e6fee14ee
@ -1,21 +0,0 @@
|
||||
{
|
||||
global:
|
||||
_malloc_postfork;
|
||||
_malloc_prefork;
|
||||
jemalloc_stats;
|
||||
malloc_usable_size;
|
||||
je_malloc_usable_size_in_advance;
|
||||
posix_memalign;
|
||||
free;
|
||||
realloc;
|
||||
calloc;
|
||||
malloc;
|
||||
memalign;
|
||||
valloc;
|
||||
__free_hook;
|
||||
__malloc_hook;
|
||||
__realloc_hook;
|
||||
__memalign_hook;
|
||||
_IO_stdin_used;
|
||||
local: *;
|
||||
};
|
Loading…
Reference in New Issue
Block a user