#include <revolution/mem.h> u32 MEMGetMemBlockSizeForUnitHeap( MEMHeapHandle heap );
heap |
Unit heap handle |
|---|
The unit heap memory block size is returned in bytes.
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.
MEMCreateUnitHeap, MEMCreateUnitHeapEx
2006/03/01 Initial version.
CONFIDENTIAL