OSSetMEM1ArenaLo

Syntax

#include <revolution/os.h>

void OSSetMEM1ArenaLo(void* newLo);

void OSSetArenaLo(void* newLo);

Arguments

newLo New lower boundary of the arena.

Return Values

None.

Description

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

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

See Also

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

Revision History

2006/03/01 Initial version.


CONFIDENTIAL