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>MEMGetSizeForMBlockExpHeap</TITLE>
12
13</HEAD>
14
15
16<BODY>
17
18
19<H1>MEMGetSizeForMBlockExpHeap</H1>
20
21<H2>Syntax</H2>
22<DL><DD><PRE class="construction">
23#include &lt;revolution/mem.h&gt;
24
25u32 MEMGetSizeForMBlockExpHeap( const void* memBlock );
26</PRE></DD></DL>
27
28<H2>Arguments</H2>
29<TABLE class="arguments" border="1">
30  <TR>
31<TH><STRONG><EM><CODE>memBlock</CODE></EM></STRONG></TH>
32<TD>Pointer to the memory block for getting the size</TD>
33  </TR>
34</TABLE>
35
36<H2>Return Values</H2>
37<P>Returns the size in bytes for the specified memory block.</P>
38
39<H2>Description</H2>
40<P>This function gets the size of the allocated memory block from the extended heap.</P>
41
42<H2>See Also</H2>
43<P class="reference">
44<A href="MEMGetGroupIDForMBlockExpHeap.html">MEMGetGroupIDForMBlockExpHeap</A>,
45<A href="MEMGetAllocDirForMBlockExpHeap.html">MEMGetAllocDirForMBlockExpHeap</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