MEMGetAllocatableSizeForFrmHeapEx

C Specification

#include <revolution/mem.h>

u32 MEMGetAllocatableSizeForFrmHeapEx( 
MEMHeapHandle    heap,
int              alignment);

Arguments

heap Frame heap handle.
alignment Memory block alignment. Specify the following values: 4, 8, 16, 32, 64, 128.

Return Values

Returns the largest size in bytes of the allocatable memory block from the free region in the frame heap.

Description

This function obtains the largest size in bytes of the allocatable memory block from the free region in the frame heap.

Memory block alignment is specified by alignment. The size of the allocatable memory block changes depending on the alignment value.

See Also

MEMGetAllocatableSizeForFrmHeap, MEMAllocFromFrmHeap, MEMAllocFromFrmHeapEx

Revision History

03/01/2006 Initial version.