OSGetMEM1ArenaHi

Syntax

#include <revolution/os.h>

void* OSGetMEM1ArenaHi(void);

void* OSGetArenaHi(void);

Arguments

None.

Return Values

The upper boundary of the arena.

Description

Gets the upper boundary of the arena in internal main memory (MEM1 area).

To maintain backward compatibility, this function is also defined under the name OSGetArenaHi.

See Also

Arena Functions, OSGetMEM1ArenaLo, OSSetMEM1ArenaHi, OSSetMEM1ArenaLo, OSGetMEM2ArenaHi, OSGetMEM2ArenaLo, OSSetMEM2ArenaHi, OSSetMEM2ArenaLo

Revision History

2006/03/01 Initial version.


CONFIDENTIAL