MEMGetGroupIDForExpHeap

Syntax

#include <revolution/mem.h>

u16 MEMGetGroupIDForExpHeap( MEMHeapHandle heap );

Arguments

heap Expanded heap handle.

Return Values

Returns the current group ID value.

Description

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.

See Also

MEMSetGroupIDForExpHeap

Revision History

2006/03/01 Initial version.


CONFIDENTIAL