diff options
Diffstat (limited to 'malloc/Versions')
-rw-r--r-- | malloc/Versions | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/malloc/Versions b/malloc/Versions index 71d933de19..cbb73d18c1 100644 --- a/malloc/Versions +++ b/malloc/Versions @@ -119,13 +119,25 @@ libc_malloc_debug { mprobe; mtrace; muntrace; + + mallinfo; + malloc_stats; + malloc_trim; + malloc_usable_size; + mallopt; } GLIBC_2.2 { mcheck_check_all; mcheck_pedantic; posix_memalign; } + GLIBC_2.10 { + malloc_info; + } GLIBC_2.16 { aligned_alloc; } + GLIBC_2.33 { + mallinfo2; + } } |