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