Home | History | Annotate | Download | only in upstream-dlmalloc

Lines Matching refs:MALLOC_INSPECT_ALL

300 MALLOC_INSPECT_ALL       default: NOT defined
301 If defined, compiles malloc_inspect_all and mspace_inspect_all, that
636 #ifndef MALLOC_INSPECT_ALL
637 #define MALLOC_INSPECT_ALL 0
638 #endif /* MALLOC_INSPECT_ALL */
834 #define dlmalloc_inspect_all malloc_inspect_all
1015 #if MALLOC_INSPECT_ALL
1017 malloc_inspect_all(void(*handler)(void *start,
1040 malloc_inspect_all(count_chunks, NULL);
1042 malloc_inspect_all is compiled only if MALLOC_INSPECT_ALL is defined.
1047 #endif /* MALLOC_INSPECT_ALL */
5162 #if MALLOC_INSPECT_ALL
5201 #endif /* MALLOC_INSPECT_ALL */
5342 #if MALLOC_INSPECT_ALL
5354 #endif /* MALLOC_INSPECT_ALL */
5872 #if MALLOC_INSPECT_ALL
5890 #endif /* MALLOC_INSPECT_ALL */