#include <revolution/mem.h> void* MEMGetHeapStartAddress( MEMHeapHandle heap );
heap |
Heap handle. |
Start address of the memory region that the heap uses is returned.
This function returns the start address of the memory region that the heap uses.
03/01/2006 Initial version.