Home | History | Annotate | Download | only in malloc_debug
      1 LIBC_MALLOC_DEBUG {
      2   global:
      3     debug_calloc;
      4     debug_finalize;
      5     debug_free;
      6     debug_free_malloc_leak_info;
      7     debug_get_malloc_leak_info;
      8     debug_initialize;
      9     debug_iterate;
     10     debug_mallinfo;
     11     debug_malloc;
     12     debug_malloc_backtrace;
     13     debug_malloc_disable;
     14     debug_malloc_enable;
     15     debug_malloc_usable_size;
     16     debug_memalign;
     17     debug_posix_memalign;
     18     debug_realloc;
     19 
     20   local:
     21     *;
     22 };
     23