1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> 2<html> 3 4<head> 5<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<META name="GENERATOR" content="Microsoft FrontPage 5.0"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css"> 9<title>OSGetMEM1ArenaHi</title> 10</head> 11 12<body> 13 14<h1>OSGetMEM1ArenaHi</h1> 15 16<h2>C Specification</h2> 17 18<dl> 19 <dd><pre><CODE>#include <revolution/os.h></CODE></pre></dd> 20 <dd><pre><CODE>void* OSGetMEM1ArenaHi(void);</CODE></pre></dd> 21 <dd><pre><CODE>void* OSGetArenaHi(void);</CODE></pre></dd> 22</dl><h2>Arguments</h2> 23 24<p>None.</p> 25 26<h2>Return Values</h2> 27 28<p>The upper boundary of the arena.</p> 29<H2>Description</H2> 30<P>Gets the upper boundary of the arena in internal main memory (MEM1 area). </P> 31 32<P>To maintain backward compatibility, this function is also defined under the name <code>OSGetArenaHi</code>. </P> 33 34<h2>See Also</h2> 35 36<p><a href="../toc.html#Arena" target="contents">Arena Functions</a>, <CODE><a href="OSGetMEM1ArenaLo.html">OSGetMEM1ArenaLo</a>, <a href="OSSetMEM1ArenaHi.html">OSSetMEM1ArenaHi</a>, <a href="OSSetMEM1ArenaLo.html">OSSetMEM1ArenaLo</a>, <a href="OSGetMEM2ArenaHi.html">OSGetMEM2ArenaHi</a>, <a href="OSGetMEM2ArenaLo.html">OSGetMEM2ArenaLo</a>, <a href="OSSetMEM2ArenaHi.html">OSSetMEM2ArenaHi</a>, <a href="OSSetMEM2ArenaLo.html">OSSetMEM2ArenaLo</a></CODE></p> 37 38<h2>Revision History</h2> 39<P>2006/03/01 Initial version.</P> 40</body></html>