nn::fnd::ExpHeapTemplate::Allocator::Initialize Member Function

Syntax

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

Arguments

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.

Return Values

None.

Description

Initializes an uninitialized allocator.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL