#include <nnsys/fnd.h>
u32 NNS_FndCountFreeBlockForUnitHeap(NNSFndHeapHandle heap);
| heap | Unit heap handle |
Returns the number of empty memory blocks in the unit heap.
Gets the number of empty memory blocks in the unit heap.
NNS_FndCreateUnitHeap, NNS_FndCreateUnitHeapEx, NNS_FndAllocFromUnitHeap
10/15/2004 Corrected erroneous return value type
04/01/2004 Initial version.