#include <nitro/os.h>
void OS_DumpHeap( OSArenaId id, OSHeapHandle heap );
This function displays information in the heap for debugging. The arena that is associated with the heap
must be specified.
The arena is specified by an arena ID. For more information on this value see OS_InitArena.
id |
Arena ID of the arena that is associated with the heap to be displayed. |
heap |
Handle of the heap to be displayed. |
None
01/06/2004 Initial Version