#include <revolution/mem.h>
void MEMInitAllocatorForOSHeap(
MEMAllocator* pAllocator,
OSHeapHandle heap );
pAllocator |
Address of the MemAllocator structure |
|---|---|
heap |
Heap handle passed to the function. |
None.
This function initializes the allocator to allocate and deallocate memory from the heap that is created using the SDK OSCreateHeap function.
MEMInitAllocatorForFrmHeap, MEMInitAllocatorForUnitHeap, MEMInitAllocatorForExpHeap
2006/03/01 Initial version.
CONFIDENTIAL