#include <revolution/mem.h> u32 MEMCountFreeBlockForUnitHeap( MEMHeapHandle heap );
heap |
Unit heap handle. |
Returns the number of free memory blocks in the unit heap.
This function gets the number of free memory blocks in the unit heap.
MEMCreateUnitHeap, MEMCreateUnitHeapEx, MEMAllocFromUnitHeap
2006/03/01 Initial version.
CONFIDENTIAL