OSSetMEM1ArenaHi

C Specification

#include <revolution/os.h>
void OSSetMEM1ArenaHi(void* newHi);
void OSSetArenaHi(void* newHi);

Arguments

newHi New upper boundary of the arena.

Return Values

None.

Description

Sets 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, OSSetMEM1ArenaLo, OSSetMEM2ArenaHi, OSSetMEM2ArenaLo, OSGetMEM1ArenaHi, OSGetMEM1ArenaLo, OSGetMEM2ArenaHi, OSGetMEM2ArenaLo

Revision History

03/01/2006 Initial version.