MEMGetHeapTotalSize

C Specification

#include <revolution/mem.h>

s32 MEMGetHeapTotalSize( MEMHeapHandle heap );

Arguments

heap Heap handle.

Return Values

Returns the total memory size allocated for the heap (including the header).

Description

This function gets the total memory size allocated for the heap (including the header).

To get the total memory size without the header, use the MEMGetHeapTotalUsableSize function.

See Also

MEMGetHeapTotalUsableSize

Revision History

03/01/2006 Initial version.