Christopher Ferris | db478a6 | 2018-02-07 18:42:14 -0800 | [diff] [blame] | 1 | LIBC_MALLOC_HOOKS { |
| 2 | global: |
| 3 | hooks_aligned_alloc; |
| 4 | hooks_calloc; |
| 5 | hooks_finalize; |
| 6 | hooks_free; |
| 7 | hooks_free_malloc_leak_info; |
| 8 | hooks_get_malloc_leak_info; |
| 9 | hooks_initialize; |
| 10 | hooks_iterate; |
| 11 | hooks_mallinfo; |
| 12 | hooks_malloc; |
| 13 | hooks_malloc_backtrace; |
| 14 | hooks_malloc_disable; |
| 15 | hooks_malloc_enable; |
| 16 | hooks_malloc_usable_size; |
| 17 | hooks_mallopt; |
| 18 | hooks_memalign; |
| 19 | hooks_posix_memalign; |
| 20 | hooks_pvalloc; |
| 21 | hooks_realloc; |
| 22 | hooks_valloc; |
Florian Mayer | 2d6030b | 2018-06-05 18:26:53 +0100 | [diff] [blame] | 23 | hooks_write_malloc_leak_info; |
Christopher Ferris | db478a6 | 2018-02-07 18:42:14 -0800 | [diff] [blame] | 24 | |
| 25 | local: |
| 26 | *; |
| 27 | }; |