blob: 6dea58c424869b3618c42431635ee063054ee965 [file] [log] [blame]
Christopher Ferris63860cb2015-11-16 17:30:32 -08001LIBC_MALLOC_DEBUG {
2 global:
Christopher Ferriscae21a92018-02-05 18:14:55 -08003 debug_aligned_alloc;
Christopher Ferris63860cb2015-11-16 17:30:32 -08004 debug_calloc;
Christopher Ferris602b88c2017-08-04 13:04:04 -07005 debug_dump_heap;
Christopher Ferris63860cb2015-11-16 17:30:32 -08006 debug_finalize;
7 debug_free;
8 debug_free_malloc_leak_info;
9 debug_get_malloc_leak_info;
10 debug_initialize;
11 debug_mallinfo;
12 debug_malloc;
Colin Cross2d4721c2016-02-02 11:57:54 -080013 debug_malloc_backtrace;
Colin Cross869691c2016-01-29 12:48:18 -080014 debug_malloc_disable;
15 debug_malloc_enable;
Christopher Ferris6c619a02019-03-01 17:59:51 -080016 debug_malloc_info;
Christopher Ferris6f517cd2019-11-08 11:28:38 -080017 debug_malloc_iterate;
Christopher Ferris63860cb2015-11-16 17:30:32 -080018 debug_malloc_usable_size;
Christopher Ferris2b0f2a42017-05-19 13:47:16 -070019 debug_mallopt;
Christopher Ferris63860cb2015-11-16 17:30:32 -080020 debug_memalign;
21 debug_posix_memalign;
22 debug_realloc;
Christopher Ferris2e1a40a2018-06-13 10:46:34 -070023 debug_write_malloc_leak_info;
Christopher Ferris63860cb2015-11-16 17:30:32 -080024
25 local:
26 *;
27};