MEMGetAllocatableSizeForFrmHeap

C Specification

#include <revolution/mem.h>

u32 MEMGetAllocatableSizeForFrmHeap( MEMHeapHandle heap );

Arguments

heap Frame heap handle.

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. The memory block alignment has a value of 4.

See Also

MEMGetAllocatableSizeForFrmHeapEx, MEMAllocFromFrmHeap, MEMAllocFromFrmHeapEx

Revision History

03/01/2006 Initial version.