#include <nitro/os.h>
void OS_DumpHeap( OSArenaId id, OSHeapHandle heap );
id | Arena ID of the arena that is associated with the heap to be displayed. |
heap | Handle of the heap to be displayed. |
None.
This function displays information in the heap for debugging. This function is used for debugging.
You must specify an arena that has a heap. The arena is specified with the arena ID (id). To read more about this value, see OS_InitArena
.
If an accurate display of all information takes priority over speed, as it does in this function, we recommend temporarily setting the display to blocking mode. See OS_SetPrintBlockingMode
for details.
OS_InitArena, OS_InitAlloc
OS_SetPrintBlockingMode()
2009/07/27 Added Display Mode.
2004/01/06 Initial version.
CONFIDENTIAL