#include <nitro/os.h>
void OS_DumpAllArenaInfo( void );
None.
None.
Displays the arena information.
This function is intended for debugging, so it will not do anything in FINALROM builds. It will not generate any code.
This function will output information about all arenas managed by the OS library, displaying all at one time. To display the information about a particular arena, call the OS_DumpArenaInfo
function.
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_DumpArenaInfo
OS_SetPrintBlockingMode
2009/07/27 Added Display Mode.
2008/01/29 Initial version.
CONFIDENTIAL