

#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.
2008/01/29 Initial version.
CONFIDENTIAL