OSDumpHeap

C Specification

#include <revolution/os.h>
void* OSDumpHeap(OSHeapHandle heap);

Arguments

heap Heap handle.

Return Values

None.

Description

Although this function is provided for compatibility's sake, we recommend using the MEM library.

Dumps statistical information and elements of the heap region heap.

See Also

Memory Allocation Functions, OSCheckHeap, OSInitAlloc

Revision History

03/01/2006 Initial version.