NNS_FndInitAllocatorForExpHeap

C Specification

#include <nnsys/fnd.h>
void NNS_FndInitAllocatorForExpHeap(
NNSFndAllocator*    pAllocator,
NNSFndHeapHandle    heap,
int                 alignment);

Arguments

pAllocator NNSFndAllocator Structure Address.
heap Extended Heap Handle.
alignment Alignment value that is applied to each memory block allocated.

Return Values

None.

Description

Initializes the allocator to allocate and free the memory from the extended heap. The alignment values of all memory blocks allocated through this allocator will be the values specified with the argument alignment.

See Also

NNS_FndInitAllocatorForFrmHeap, NNS_FndInitAllocatorForUnitHeap, NNS_FndInitAllocatorForSDKHeap

Revision History

08/02/2004 Initial version.