MEMGetAllocatableSizeForExpHeap

Syntax

#include <revolution/mem.h>

u32 MEMGetAllocatableSizeForExpHeap( MEMHeapHandle heap );

Arguments

heap Expanded heap handle

Return Values

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

Description

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

See Also

MEMGetAllocatableSizeForExpHeapEx, MEMGetTotalFreeSizeForExpHeap, MEMAllocFromExpHeap, MEMAllocFromExpHeapEx

Revision History

2006/03/01 Initial version.


CONFIDENTIAL