#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 memory cannot be allocated, NULL is returned.
Allocates a memory block from the unit heap.
MEMFreeToUnitHeap, MEMCreateUnitHeap, MEMCreateUnitHeapEx
2006/03/01 Initial version.
CONFIDENTIAL