MEMGetTotalFreeSizeForExpHeap

Syntax

#include <revolution/mem.h>

u32 MEMGetTotalFreeSizeForExpHeap( MEMHeapHandle heap );

Arguments

heap Expanded heap handle

Return Values

Returns the size in bytes of the free region in the extended heap.

Description

This function gets the size in bytes of the free region in the extended heap.

See Also

MEMGetAllocatableSizeForExpHeap, MEMGetAllocatableSizeForExpHeapEx, MEMAllocFromExpHeap, MEMAllocFromExpHeapEx

Revision History

2006/03/01 Initial version.


CONFIDENTIAL