#include <revolution/mem.h> void* MEMGetHeapEndAddress( MEMHeapHandle heap );
heap |
Heap handle. |
Returns the end address+1 for the memory region that the heap uses.
This function gets the end address+1 for the memory region that the heap uses.
03/01/2006 Initial version.