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