1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3<HEAD> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7<TITLE>ELFree</TITLE> 8<LINK rel="stylesheet" href="../css/nitro.css" type="text/css"> 9</HEAD> 10<BODY> 11<H1 align="left">ELFree <img src="../image/TWL.gif" align="middle"></h1> 12<h2>Definition</h2> 13<DL> 14 <DD> 15 <CODE>#include <twl/el.h></CODE><BR> 16 <BR> 17 <PRE><CODE> 18typedef void (*ELFree)(void* ptr); 19</CODE></PRE> 20</DL> 21 22<H2>Elements</H2> 23<TABLE border="1" width="100%"> 24 <TBODY> 25 <TR> 26 <TD width="13%"><EM><STRONG>ptr</STRONG></EM></TD> 27 <TD width="87%">Pointer to the memory block to be freed.</TD> 28 </TR> 29 </TBODY> 30</TABLE> 31 32<H2>Description</H2> 33<P> 34The EL library uses this allocator internally to free memory. 35</P> 36 37<H2>Revision History</H2> 38<P>2008/01/21 Initial version.</P> 39<hr><p>CONFIDENTIAL</p></body> 40</HTML> 41