nn::fnd::HeapAdjustMode Enumerated Typeenum HeapAdjustMode;
| Value | Description |
|---|---|
HEAP_ADJUST_TAIL |
Trims the heap memory region from the tail. |
HEAP_ADJUST_HEAD |
Trims the heap memory region from the head. |
Constant representing the ways to shrink heap memory regions.
CONFIDENTIAL