nn::fnd::ExpHeapTemplate::Allocator::Allocator Constructor
Allocator(
ExpHeapTemplate< LockPolicy > & heap,
bit8 groupId = 0,
AllocationMode mode = ExpHeapBase::ALLOCATION_MODE_FIRST_FIT,
bool reuse = false
);
Allocator();
Allocator ( ExpHeapTemplate< LockPolicy > &, bit8, AllocationMode, bool )
|
Constructor that specifies the expanded heap and allocation options. |
Allocator( )
|
Constructor that does not perform initialization. |
Allocator( ExpHeapTemplate< LockPolicy > &, bit8, AllocationMode, bool )Constructor that specifies the expanded heap and allocation options.
Allocator( )Constructor that does not perform initialization.
CONFIDENTIAL