OS_DumpHeap


C Specification

#include <nitro/os.h>
void OS_DumpHeap( OSArenaId id, OSHeapHandle heap );

Description

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.

Arguments

id Arena ID of the arena that is associated with the heap to be displayed.
heap Handle of the heap to be displayed.

Return Values

None

See Also

OS_InitArena, OS_InitAlloc

Revision History

01/06/2004 Initial Version