#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
2004/10/15 Corrected erroneous return value type(s).
2004/04/01 Initial version.
CONFIDENTIAL