nn::fnd::UnitHeapTemplate::Allocator Classclass Allocator : public nn::fnd::IAllocator
Allocator class for the unit heap.
| 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. |
CONFIDENTIAL