Searched refs:dumpAreas (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/posix/
H A Dmalloc_debug.h26 void heap_debug_dump_heaps(bool dumpAreas, bool dumpBins);
/haiku/src/system/libroot/posix/malloc_debug/
H A Dmalloc_debug_api.h37 void (*dump_heaps)(bool dumpAreas, bool dumpBins);
H A Dmalloc_debug_api.cpp99 heap_debug_dump_heaps(bool dumpAreas, bool dumpBins) argument
102 sCurrentHeap->dump_heaps(dumpAreas, dumpBins);
H A Dguarded_heap.cpp1052 guarded_heap_dump_heaps(bool dumpAreas, bool dumpBins) argument
1056 if (!dumpAreas)
H A Dheap.cpp1713 debug_heap_dump_heaps(bool dumpAreas, bool dumpBins) argument
1716 dump_allocator(sHeaps[i], dumpAreas, dumpBins);

Completed in 201 milliseconds