MEMDumpHeap

Syntax

#include <revolution/mem.h>

void     MEMDumpHeap( MEMHeapHandle heap );

Arguments

heap Heap handle passed to the function.

Return Values

None.

Description

Displays internal heap data.

This function is for debugging. Doesn't function in the final ROM version library (FINALROM).

See Also

MEMCreateExpHeap, MEMCreateExpHeapEx, MEMCreateFrmHeap, MEMCreateFrmHeapEx, MEMCreateUnitHeap, MEMCreateUnitHeapEx

Revision History

2006/03/01 Initial version.


CONFIDENTIAL