#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.
2006/03/01 Initial version.
CONFIDENTIAL