#include <nnsys/fnd.h>
u16 NNS_FndGetAllocDirForMBlockExpHeap(const void* memBlock);
memBlock | Pointer to the memory block that obtains the allocation direction. See below for more information on allocation direction. |
Returns the designated memory block allocation direction.
This function obtains the allocation direction of the allocated memory block from the extended heap.
The allocation direction takes one of the following values:
NNS_FND_EXPHEAP_ALLOC_DIR_FRONT | Allocates from the front of the empty region of the extended heap when the memory block is allocated. |
NNS_FND_EXPHEAP_ALLOC_DIR_REAR | Allocates from the rear of the empty region of the extended heap when the memory block is allocated. |
NNS_FndGetSizeForMBlockExpHeap, NNS_FndGetGroupIDForMBlockExpHeap
2004/04/01 Initial version.
CONFIDENTIAL