nn::fnd::ExpHeapTemplate::ExpHeapTemplate Constructor

Syntax

ExpHeapTemplate();

template <class MemoryBlock>
explicit ExpHeapTemplate(
     const MemoryBlock & block,
     bit32 option = 0
);

ExpHeapTemplate(
     uptr addr,
     size_t size,
     bit32 option = 0
);

List of Overloaded Member Functions

ExpHeapTemplate() Constructor.
ExpHeapTemplate(const MemoryBlock &, bit32) Constructor.
ExpHeapTemplate(uptr, size_t, bit32) Constructor.

Description of ExpHeapTemplate()

No initialization is performed.

Description of ExpHeapTemplate(const MemoryBlock &, bit32)

Initializes the heap.

Bug: The option argument has not yet been implemented.

Description of ExpHeapTemplate(uptr, size_t, bit32)

Initializes the heap.

Bug: The option argument has not yet been implemented.


CONFIDENTIAL