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>MEMGetMemBlockSizeForUnitHeap</TITLE>
12
13</HEAD>
14
15
16<BODY>
17
18
19<H1>MEMGetMemBlockSizeForUnitHeap</H1>
20
21<H2>Syntax</H2>
22<DL><DD><PRE class="construction">
23#include &lt;revolution/mem.h&gt;
24
25u32 MEMGetMemBlockSizeForUnitHeap( MEMHeapHandle heap );
26</PRE></DD></DL>
27
28<H2>Arguments</H2>
29<TABLE class="arguments" border="1">
30  <TR>
31<TH><STRONG><EM><CODE>heap</CODE></EM></STRONG></TH>
32<TD>Unit heap handle</TD>
33  </TR>
34</TABLE>
35
36<H2>Return Values</H2>
37<P>The unit heap memory block size is returned in bytes.</P>
38
39<H2>Description</H2>
40<P>This function gets the value in bytes of the memory block size specified in the unit heap. This value is specified in the function by <SPAN class="argument">heap</SPAN> when the unit heap is created.</P>
41
42<H2>See Also</H2>
43<P class="reference">
44<A href="MEMCreateUnitHeap.html">MEMCreateUnitHeap</A>,
45<A href="MEMCreateUnitHeapEx.html">MEMCreateUnitHeapEx</A>
46</P>
47
48<H2>Revision History</H2>
49<P>
502006/03/01 Initial version.<BR>
51</P>
52
53<hr><p>CONFIDENTIAL</p></body>
54</HTML>
55