NNS_FndGetMemBlockSizeForUnitHeap

Syntax

#include <nnsys/fnd.h>
u32 NNS_FndGetMemBlockSizeForUnitHeap(NNSFndHeapHandle heap);

Arguments

heap Unit Heap Handle.

Return Values

This returns the unit heap memory block size (in bytes).

Description

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.

See Also

NNS_FndCreateUnitHeap, NNS_FndCreateUnitHeapEx

Revision History

2004/08/02 Initial version.


CONFIDENTIAL