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>OSSetMEM1ArenaLo</title> 10</head> 11 12<body> 13 14<h1>OSSetMEM1ArenaLo</h1> 15 16 17<h2>C Specification</h2> 18 19<dl> 20 <dd><pre><CODE>#include <revolution/os.h></CODE></pre></dd> 21 <dd><pre><CODE>void OSSetMEM1ArenaLo(void* <em>newLo</em>);</CODE></pre></dd> 22 <dd><pre><CODE>void OSSetArenaLo(void* <em>newLo</em>);</CODE></pre></dd> 23</dl><h2>Arguments</h2> 24<TABLE border="1" cellpadding="3" cellspacing="0.1"> 25 <tr> 26 <TD width="120" bgcolor="#ffffe8"><code><strong><em><STRONG><EM><CODE>newLo</CODE></EM></STRONG></em></strong></code></TD> 27 <TD width="520"><span>New lower boundary of the arena.</span></TD> 28 </tr> 29</TABLE> 30<h2>Return Values</h2> 31 32<p>None.</p> 33<H2>Description</H2> 34<P>Sets the lower boundary of the arena in internal main memory (MEM1 area). </P> 35 36<P>To maintain backward compatibility, this function is also defined under the name <code>OSSetArenaLo</code>. </P> 37 38<h2>See Also</h2> 39 40<p><CODE><a href="../toc.html#Arena" target="contents">Arena Functions</a>, <a href="OSSetMEM1ArenaHi.html">OSSetMEM1ArenaHi</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>2006/03/01 Initial version.</p> 44 45<hr> 46<P>CONFIDENTIAL</p> 47</BODY> 48</HTML>