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>MEMGetAllocatableSizeForFrmHeap</TITLE>
12
13</HEAD>
14
15
16<BODY>
17
18
19<H1>MEMGetAllocatableSizeForFrmHeap</H1>
20
21
22<H2>C Specification</H2>
23<PRE class="construction">#include &lt;revolution/mem.h&gt;
24
25u32 MEMGetAllocatableSizeForFrmHeap( MEMHeapHandle heap );</PRE>
26
27
28<H2>Arguments</H2>
29<TABLE border="1">
30<TR>
31	<TD><STRONG><EM><CODE>heap</CODE></EM></STRONG></TD>
32	<TD>Frame heap handle.</TD>
33</TR>
34  </TABLE>
35
36
37<H2>Return Values</H2>
38<P>Returns the largest size in bytes of the allocatable memory block from the free region in the frame heap.</P>
39
40
41<H2>Description</H2>
42<P>This function obtains the largest size in bytes of the allocatable memory block from the free region in the frame heap. The memory block alignment has a value of 4.</P>
43<H2>See Also</H2>
44<P class="reference"><A href="MEMGetAllocatableSizeForFrmHeapEx.html"><CODE>MEMGetAllocatableSizeForFrmHeapEx</CODE></A>, <A href="MEMAllocFromFrmHeap.html"><CODE>MEMAllocFromFrmHeap</CODE></A>, <A href="MEMAllocFromFrmHeapEx.html"><CODE>MEMAllocFromFrmHeapEx</CODE></A></P>
45
46
47<H2>Revision History</H2>
48<P>03/01/2006 Initial version.</P>
49
50
51</BODY>
52</HTML>
53