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>Syntax</h2> 17<dl><dd><pre class="construction"> 18#include <revolution/os.h> 19 20void* OSGetMEM1ArenaHi(void); 21 22void* OSGetArenaHi(void); 23</pre></dd></dl> 24 25<h2>Arguments</h2> 26<p>None.</p> 27 28<h2>Return Values</h2> 29<p>The upper boundary of the arena.</p> 30 31<H2>Description</H2> 32<P>Gets the upper boundary of the arena in internal main memory (MEM1 area).</P> 33 34<P>To maintain backward compatibility, this function is also defined under the name <code>OSGetArenaHi</code>.</P> 35 36<h2>See Also</h2> 37<P class="reference"> 38<a href="../toc.html#Arena" target="contents">Arena Functions</a>, 39<a href="OSGetMEM1ArenaLo.html">OSGetMEM1ArenaLo</a>, 40<a href="OSSetMEM1ArenaHi.html">OSSetMEM1ArenaHi</a>, 41<a href="OSSetMEM1ArenaLo.html">OSSetMEM1ArenaLo</a>, 42<a href="OSGetMEM2ArenaHi.html">OSGetMEM2ArenaHi</a>, 43<a href="OSGetMEM2ArenaLo.html">OSGetMEM2ArenaLo</a>, 44<a href="OSSetMEM2ArenaHi.html">OSSetMEM2ArenaHi</a>, 45<a href="OSSetMEM2ArenaLo.html">OSSetMEM2ArenaLo</a> 46</p> 47 48<h2>Revision History</h2> 49<P> 502006/03/01 Initial version.<br> 51</P> 52 53<hr><p>CONFIDENTIAL</p></body> 54</html>