MEMInitAllocatorForOSHeap

C Specification

#include <revolution/mem.h>

void MEMInitAllocatorForOSHeap(
MEMAllocator*    pAllocator,
OSHeapHandle     heap );

Arguments

pAllocator Address of the MemAllocator structure.
heap Heap handle.

Return Values

None.

Description

This function initializes the allocator to allocate and free memory from the heap that is created using the SDK OSCreateHeap function.

See Also

MEMInitAllocatorForFrmHeap, MEMInitAllocatorForUnitHeap, MEMInitAllocatorForExpHeap

Revision History

03/01/2006 Initial version.