#include <revolution/mem.h> u16 MEMGetGroupIDForExpHeap( MEMHeapHandle heap );
heap |
Expanded heap handle. |
Returns the current group ID value.
This function gets the group ID of the expanded heap.
The memory blocks allocated from the extended heap each have their own group ID, and this value carries over to the group ID value set in the heap when the memory block is allocated.
The group ID becomes zero upon heap creation.
03/01/2006 Initial version.