1<html>
2
3<head>
4<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5<LINK rel="stylesheet" type="text/css" href="../../../CSS/revolution.css">
6<title>THPMalloc/THPFree</title>
7</head>
8
9<body>
10
11<h1>THPMalloc/THPFree</h1>
12
13<h2>C Specification</h2>
14
15<dl>
16<dd><pre><code>#include &lt;win32/thpcore.h&gt;</code></pre></dd>
17<dd><pre><code>void* (*THPMalloc)(size_t size);</code></pre></dd>
18<dd><pre><code>void (*THPFree)(void* memblock);</code></pre></dd>
19</dl>
20
21<h2>Description</h2>
22<p>
23These functions register functions to allocate and free memory. If nothing is registered, <code>malloc/free</code> are used to allocate and free memory.
24</p>
25
26<h2>See Also</h2>
27<p>
28None.
29</p>
30
31<h2>Revision History</h2>
32<P>03/01/2006 Initial version.</P>
33</body>
34</html>