#include <revolution/mem.h> u16 MEMGetGroupIDForExpHeap( MEMHeapHandle heap );
heap |
Expanded heap handle. |
|---|
Returns the current group ID value.
Gets the group ID of the expanded heap.
The memory blocks allocated from the expanded 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 immediately after heap creation.
2006/03/01 Initial version.
CONFIDENTIAL