OSDumpHeap

Syntax

#include <revolution/os.h>

void OSDumpHeap(OSHeapHandle heap);

Arguments

heap Heap handle.

Return Values

None.

Description

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

Dumps statistics and elements of the heap region heap.

See Also

Memory Allocation Functions, OSCheckHeap, OSInitAlloc

Revision History

2006/03/01 Initial version.


CONFIDENTIAL