1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//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>OSSetMEM1ArenaHi</title> 10</head> 11 12<body> 13 14<h1>OSSetMEM1ArenaHi</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 OSSetMEM1ArenaHi(void* <em>newHi</em>);</CODE></pre></dd> 21 <dd><pre><CODE>void OSSetArenaHi(void* <em>newHi</em>);</CODE></pre></dd> 22</dl><h2>Arguments</h2> 23<TABLE border="1" cellpadding="3" cellspacing="0.1"> 24 <tr> 25 <TD width="120" bgcolor="#ffffe8"><code><strong><em><STRONG><EM><CODE>newHi</CODE></EM></STRONG></em></strong></code></TD> 26 <TD width="520"><span>New upper boundary of the arena.</span></TD> 27 </tr> 28</TABLE> 29<h2>Return Values</h2> 30 31<p>None.</p> 32<H2>Description</H2> 33<P>Sets the upper boundary of the arena in internal main memory (MEM1 area). </P> 34 35<P>To maintain backward compatibility, this function is also defined under the name <code>OSGetArenaHi</code>. </P> 36 37 38<h2>See Also</h2> 39 40<p><CODE><a href="../toc.html#Arena" target="contents">Arena Functions</a>, <a href="OSSetMEM1ArenaLo.html">OSSetMEM1ArenaLo</a>, <a href="OSSetMEM2ArenaHi.html">OSSetMEM2ArenaHi</a>, <a href="OSSetMEM2ArenaLo.html">OSSetMEM2ArenaLo</a>, <a href="OSGetMEM1ArenaHi.html">OSGetMEM1ArenaHi</a>, <a href="OSGetMEM1ArenaLo.html">OSGetMEM1ArenaLo</a>, <a href="OSGetMEM2ArenaHi.html">OSGetMEM2ArenaHi</a>, <a href="OSGetMEM2ArenaLo.html">OSGetMEM2ArenaLo</a></CODE></p> 41 42<h2>Revision History</h2> 43<P>03/01/2006 Initial version.</p> 44 45</body> 46</html>