<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="Manual memory management - Page 3 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=manual_memory_management&amp;p=2">1.Previous</a><br />
<a accesskey="3" href="page.php?w=manual_memory_management&amp;p=4">3.Next</a>
</p>
<p>still in widespread use today are <a href="page.php?w=C_%28programming_language%29">C</a> and <a href="page.php?w=C%2B%2B">C++</a> - see <a href="page.php?w=C_dynamic_memory_allocation">C dynamic memory allocation</a>.</p>

<p><big>Description</big></p>
<p>Many programming languages use manual techniques to determine when to allocate a new object from the free store. C uses the <code><a href="page.php?w=malloc">malloc</a></code> function; C++ and Java use the <code><a href="page.php?w=new_%28C%2B%2B%29">new</a></code> operator; and many other languages</p><p>
<a accesskey="1" href="page.php?w=manual_memory_management&amp;p=2">1.Previous</a><br />
<a accesskey="3" href="page.php?w=manual_memory_management&amp;p=4">3.Next</a>
</p>

<do type="prev" label="Search">
        <go href="search.wml"/>
</do>

</card>
</wml>
