MEMGetAllocatableSizeForFrmHeap

Syntax

#include <revolution/mem.h>

u32 MEMGetAllocatableSizeForFrmHeap( MEMHeapHandle heap );

Arguments

heap Frame heap handle

Return Values

Returns the maximum size (in bytes) of memory blocks allocatable from the available region in the frame heap.

Description

Gets the maximum size (in bytes) of memory blocks allocatable from the available region in the frame heap. The memory block alignment has a value of 4.

See Also

MEMGetAllocatableSizeForFrmHeapEx, MEMAllocFromFrmHeap, MEMAllocFromFrmHeapEx

Revision History

2006/03/01 Initial version.


CONFIDENTIAL