OSGetMEM1ArenaLo

Syntax

#include <revolution/os.h>

void* OSGetMEM1ArenaLo(void);

void* OSGetArenaLo(void);

Arguments

None.

Return Values

The lower boundary of the arena.

Description

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

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

See Also

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

Revision History

2006/03/01 Initial version.


CONFIDENTIAL