Searched refs:statsOnly (Results 1 - 8 of 8) sorted by path

/haiku/headers/posix/
H A Dmalloc_debug.h25 void heap_debug_dump_allocations(bool statsOnly, thread_id thread);
/haiku/src/system/libroot/posix/malloc_debug/
H A Dmalloc_debug_api.h36 void (*dump_allocations)(bool statsOnly, thread_id thread);
H A Dguarded_heap.cpp972 dump_allocations(guarded_heap& heap, bool statsOnly, thread_id thread) argument
995 if (statsOnly)
1045 guarded_heap_dump_allocations(bool statsOnly, thread_id thread) argument
1047 dump_allocations(sGuardedHeap, statsOnly, thread);
H A Dheap.cpp279 dump_allocations(bool statsOnly, thread_id thread) argument
321 if (!statsOnly) {
347 if (!statsOnly) {
H A Dmalloc_debug_api.cpp91 heap_debug_dump_allocations(bool statsOnly, thread_id thread) argument
94 sCurrentHeap->dump_allocations(statsOnly, thread);
/haiku/src/tests/system/libroot/posix/
H A Dmemalign_test.cpp11 void dump_allocations(bool statsOnly, thread_id thread);
/haiku/src/system/kernel/
H A Dguarded_heap.cpp791 bool statsOnly = false; local
802 statsOnly = true;
827 if (!statsOnly) {
H A Dheap.cpp429 bool statsOnly = false; local
432 statsOnly = true;
487 if (!statsOnly) {
508 if (!statsOnly) {
541 bool statsOnly = false; local
553 statsOnly = true;
603 if (!statsOnly) {
633 if (!statsOnly) {

Completed in 65 milliseconds