nn::fnd::ExpHeapBase::AllocationDirection Enumerated Typeenum AllocationDirection;
| Value | Description |
|---|---|
| ALLOCATION_DIRECTION_FRONT | Allocates memory blocks starting from the front of the empty region of the heap. |
| ALLOCATION_DIRECTION_REAR | Allocates memory blocks starting from the rear of the empty region of the heap. |
Constant used to specify the direction of memory block allocation.
CONFIDENTIAL