nn::fnd::ExpHeapTemplate::Allocator::Initialize Member Function
void Initialize(
ExpHeapTemplate< LockPolicy > & heap,
bit8 groupId = 0,
AllocationMode mode = ExpHeapBase::ALLOCATION_MODE_FIRST_FIT,
bool reuse = false
);
| Name | Description | |
|---|---|---|
| in | heap | Specifies the expanded heap. |
| in | groupId | Specifies the group ID. |
| in | mode | Specifies the mode to use for memory block allocation. |
| in | reuse | Specifies whether to reuse the gaps in memory that occur during alignment. |
Initializes an uninitialized allocator.
CONFIDENTIAL