#include <revolution/os.h>void* OSGetMEM1ArenaHi(void);void* OSGetArenaHi(void);None.
The upper boundary of the arena.
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.
Arena Functions, OSGetMEM1ArenaLo, OSSetMEM1ArenaHi, OSSetMEM1ArenaLo, OSGetMEM2ArenaHi, OSGetMEM2ArenaLo, OSSetMEM2ArenaHi, OSSetMEM2ArenaLo
03/01/2006 Initial version.