nn::fnd::ExpHeapTemplate::Allocator::Allocator Constructor

Syntax

Allocator(
     ExpHeapTemplate< LockPolicy > & heap,
     bit8 groupId = 0,
     AllocationMode mode = ExpHeapBase::ALLOCATION_MODE_FIRST_FIT,
     bool reuse = false
);

Allocator();

List of Overloaded Member Functions

Allocator ( ExpHeapTemplate< LockPolicy > &, bit8, AllocationMode, bool ) Constructor that specifies the expanded heap and allocation options.
Allocator( ) Constructor that does not perform initialization.

Description of Allocator( ExpHeapTemplate< LockPolicy > &, bit8, AllocationMode, bool )

Constructor that specifies the expanded heap and allocation options.

Description of Allocator( )

Constructor that does not perform initialization.


CONFIDENTIAL