NNS_FndInitAllocatorForSDKHeap

C Specification

#include <nnsys/fnd.h>
void NNS_FndInitAllocatorForSDKHeap(
         NNSFndAllocator*    pAllocator,
         OSArenaId           id,
         OSHeapHandle        heap);

Arguments

pAllocator NNSFndAllocator structure address.
id Arena ID for arenas with heaps.
heap Heap Handle.

Return Values

None.

Description

Initializes the allocator to allocate and free memory on the heap created by calling the OS_CreateHeap() function from the NITRO-SDK.

See Also

NNS_FndInitAllocatorForExpHeap, NNS_FndInitAllocatorForFrmHeap, NNS_FndInitAllocatorForUnitHeap

Revision History

2004/08/02 Initial version.


CONFIDENTIAL