#include <nnsys/fnd.h>
u16 NNS_FndGetGroupIDForMBlockExpHeap(const void* memBlock);
| memBlock | Pointer to the memory block that obtains the group ID. |
Returns the designated memory block group ID.
This function obtains the group ID of the allocated memory block from the extended heap.
NNS_FndGetSizeForMBlockExpHeap, NNS_FndGetAllocDirForMBlockExpHeap
04/01/2004 Initial version.