#include <revolution/mem.h> u16 MEMSetGroupIDForExpHeap( MEMHeapHandle heap, u16 groupID );
heap |
Heap handle. |
groupID |
Group ID (a value from 0 through 255) to set. |
Returns the current group ID value.
Sets 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.
2006/03/01 Initial version.
CONFIDENTIAL