#include <nnsys/fnd.h>
u32 NNS_FndGetMemBlockSizeForUnitHeap(NNSFndHeapHandle heap);
heap | Unit Heap Handle. |
This returns the unit heap memory block size (in bytes).
This gets the value (in bytes) of the size per memory block specified in the unit heap. This value is the value that is specified in the function when creating the unit heap specified in the heap.
NNS_FndCreateUnitHeap, NNS_FndCreateUnitHeapEx
2004/08/02 Initial version.
CONFIDENTIAL