nn::fnd::ExpHeapBase::AllocationMode Enumerated Typeenum AllocationMode;
| Value | Description |
|---|---|
| ALLOCATION_MODE_FIRST_FIT | Allocates a memory block from the first empty region found that is at least the size of the memory block to allocate. |
| ALLOCATION_MODE_BEST_FIT | Allocates a memory block from the empty region that is closest in size to the memory block to allocate. |
Mode in which memory blocks are allocated.
CONFIDENTIAL