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 http-equiv="Content-Style-Type" content="text/css"> 7<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 8.0.0.0 for Windows"> 8 9<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css"> 10 11 <TITLE>MEMDumpHeap</TITLE> 12 13</HEAD> 14 15 16<BODY> 17 18 19<H1>MEMDumpHeap</H1> 20 21 22<H2>Syntax</H2> 23<DL><DD><PRE class="construction"> 24#include <revolution/mem.h> 25 26void MEMDumpHeap( MEMHeapHandle heap ); 27</PRE></DD></DL> 28 29<H2>Arguments</H2> 30<TABLE class="arguments" border="1"> 31 <TR> 32<TH><STRONG><EM><CODE>heap</CODE></EM></STRONG></TH> 33<TD>Heap handle passed to the function.</TD> 34 </TR> 35</TABLE> 36 37<H2>Return Values</H2> 38<P>None.</P> 39 40 41<H2>Description</H2> 42<P>Displays internal heap data.</P> 43<P>This function is for debugging. Doesn't function in the final ROM version library (<CODE>FINALROM</CODE>).</P> 44 45<H2>See Also</H2> 46<P class="reference"> 47<A href="../ExpHeap/MEMCreateExpHeap.html">MEMCreateExpHeap</A>, 48<A href="../ExpHeap/MEMCreateExpHeapEx.html">MEMCreateExpHeapEx</A>, 49<A href="../FrmHeap/MEMCreateFrmHeap.html">MEMCreateFrmHeap</A>, 50<A href="../FrmHeap/MEMCreateFrmHeapEx.html">MEMCreateFrmHeapEx</A>, 51<A href="../UnitHeap/MEMCreateUnitHeap.html">MEMCreateUnitHeap</A>, 52<A href="../UnitHeap/MEMCreateUnitHeapEx.html">MEMCreateUnitHeapEx</A> 53</P> 54 55<H2>Revision History</H2> 56<P> 572006/03/01 Initial version.<BR> 58</P> 59 60<hr><p>CONFIDENTIAL</p></body> 61</HTML> 62