OS_DumpAllArenaInfo

Syntax

#include <nitro/os.h>
void OS_DumpAllArenaInfo( void );

Arguments

None.

Return Values

None.

Description

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.

See Also

OS_DumpArenaInfo

Revision History

2008/01/29 Initial version.


CONFIDENTIAL