#include <nnsys/fnd.h>
void NNS_FndDumpHeap(NNSFndHeapHandle heap);
heap |
Heap handle |
None.
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.
NNS_FndCreateExpHeap
NNS_FndCreateExpHeapEx
NNS_FndCreateFrmHeap
NNS_FndCreateFrmHeapEx
NNS_FndCreateUnitHeap
NNS_FndCreateUnitHeapEx
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