MEMGetMemBlockSizeForUnitHeap

C Specification

#include <revolution/mem.h>

u32 MEMGetMemBlockSizeForUnitHeap( MEMHeapHandle heap );

Arguments

heap Unit heap handle.

Return Values

The unit heap memory block size is returned in bytes.

Description

This function gets the value in bytes of the memory block size specified in the unit heap. This value is specified in the function by heap when the unit heap is created.

See Also

MEMCreateUnitHeap, MEMCreateUnitHeapEx

Revision History

03/01/2006 Initial version.