#include <revolution/os.h>
void* OSDumpHeap(OSHeapHandle heap);
|
Heap handle. |
None.
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.
Memory Allocation Functions, OSCheckHeap, OSInitAlloc
03/01/2006 Initial version.