#include <revolution/mem.h> void* MEMGetHeapEndAddress( MEMHeapHandle heap );
heap |
Heap handle passed to the function. |
|---|
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.
2006/03/01 Initial version.
CONFIDENTIAL