MEMCountFreeBlockForUnitHeap

C Specification

#include <revolution/mem.h>

u32 MEMCountFreeBlockForUnitHeap( MEMHeapHandle heap );

Arguments

heap Unit heap handle.

Return Values

Returns the number of free memory blocks in the unit heap.

Description

This function gets the number of free memory blocks in the unit heap.

See Also

MEMCreateUnitHeap, MEMCreateUnitHeapEx, MEMAllocFromUnitHeap

Revision History

2006/03/01 Initial version.


CONFIDENTIAL