Searched refs:dump_heaps (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/malloc_debug/
H A Dmalloc_debug_api.h37 void (*dump_heaps)(bool dumpAreas, bool dumpBins); member in struct:heap_implementation
H A Dmalloc_debug_api.cpp101 if (sCurrentHeap->dump_heaps != NULL)
102 sCurrentHeap->dump_heaps(dumpAreas, dumpBins);

Completed in 39 milliseconds