#include <nnsys/fnd.h>
void NNS_FndInitAllocatorForExpHeap(
NNSFndAllocator* pAllocator,
NNSFndHeapHandle heap,
int alignment);
pAllocator | NNSFndAllocator Structure Address. |
heap | Expanded heap handle. |
alignment | Alignment value that is applied to each memory block allocated. |
None.
Initializes the allocator to allocate and free the memory from the expanded heap. The alignment values of all memory blocks allocated through this allocator will be the values specified with the argument alignment.
NNS_FndInitAllocatorForFrmHeap, NNS_FndInitAllocatorForUnitHeap, NNS_FndInitAllocatorForSDKHeap
2004/08/02 Initial version.
CONFIDENTIAL