#include <revolution/mem.h> void* MEMAllocFromUnitHeap( MEMHeapHandle heap );
heap |
Unit heap handle. |
When the memory block is allocated, the start address of this memory block is returned. When the memory cannot be allocated, NULL is returned.
This function allocates a memory block from the unit heap.
MEMFreeToUnitHeap, MEMCreateUnitHeap, MEMCreateUnitHeapEx
2006/03/01 Initial version.
CONFIDENTIAL