nn::fnd::UnitHeapTemplate::Allocator Class

Syntax

class Allocator : public nn::fnd::IAllocator

Description

Allocator class for the unit heap.

Member Functions

Allocator Constructor that specifies a unit heap and initializes an allocator.
Initialize Initializes an uninitialized allocator.
GetHeap Returns the unit heap that is set for an allocator.
V Allocate Allocates a memory region of the specified size and alignment.
V Free Frees a memory region.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL