MEMGetAllocatableSizeForExpHeap

C Specification

#include <revolution/mem.h>

u32 MEMGetAllocatableSizeForExpHeap( MEMHeapHandle heap );

Arguments

heap Expanded heap handle.

Return Values

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

Description

This function obtains the largest size in bytes of the allocatable memory block from the free region in the expanded heap. The memory block alignment has a value of 4.

See Also

MEMGetAllocatableSizeForExpHeapEx, MEMGetTotalFreeSizeForExpHeap, MEMAllocFromExpHeap, MEMAllocFromExpHeapEx

Revision History

03/01/2006 Initial version.