dump_allocations
add_debugger_command_etc("allocations", &dump_allocations,
add_debugger_command_etc("allocations", &dump_allocations,
add_debugger_command_etc("heap_allocations", &dump_allocations,
dump_allocations(sGuardedHeap, false, -1);
dump_allocations(sGuardedHeap, statsOnly, thread);
dump_allocations,
if (sCurrentHeap->dump_allocations != NULL)
sCurrentHeap->dump_allocations(statsOnly, thread);
void (*dump_allocations)(bool statsOnly, thread_id thread);
void dump_allocations(bool statsOnly, thread_id thread);
dump_allocations(false, -1);