NNS_FndDumpHeap

Syntax

#include <nnsys/fnd.h>
void NNS_FndDumpHeap(NNSFndHeapHandle heap);

Arguments

heap Heap handle

Return Values

None.

Description

Displays internal heap information.

This function is used for debugging. It has no functionality in the final ROM version (FINALROM).

If an accurate display of all information takes priority over speed, we recommend temporarily setting the display to blocking mode. See the OS_SetPrintBlockingMode function in the TWL-SDK for details.

See Also

NNS_FndCreateExpHeap
NNS_FndCreateExpHeapEx
NNS_FndCreateFrmHeap
NNS_FndCreateFrmHeapEx
NNS_FndCreateUnitHeap
NNS_FndCreateUnitHeapEx

Revision History

2009/07/31 Added mention of the blocking mode.
2004/06/22 Clearly stated that the function does not do anything in final ROM versions.
2004/04/01 Initial version.


CONFIDENTIAL