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<LINK rel="stylesheet" type="text/css" href="../../../CSS/revolution.css">
7<title>THPMalloc/THPFree</title>
8</head>
9
10<body>
11
12<h1>THPMalloc/THPFree</h1>
13
14<h2>Syntax</h2>
15<dl><dd><pre class="construction">
16#include &lt;win32/thpcore.h&gt;
17
18void* (*THPMalloc)(size_t size);
19
20void (*THPFree)(void* memblock);
21</pre></dd></dl>
22
23<h2>Description</h2>
24<p>
25These functions register functions for memory allocation and release. If nothing is registered, <code>malloc/free</code> are used to allocate and free memory
26</p>
27
28<h2>See Also</h2>
29<p>
30None.
31</p>
32
33<h2>Revision History</h2>
34<P>
352006/03/01 Initial version.<br>
36</P>
37
38<hr><p>CONFIDENTIAL</p></body>
39</html>