nn::fnd::ExpHeapTemplate::ExpHeapTemplate Constructor
ExpHeapTemplate();
template <class MemoryBlock>
explicit ExpHeapTemplate(
const MemoryBlock & block,
bit32 option = 0
);
ExpHeapTemplate(
uptr addr,
size_t size,
bit32 option = 0
);
ExpHeapTemplate()
|
Constructor. |
ExpHeapTemplate(const MemoryBlock &, bit32)
|
Constructor. |
ExpHeapTemplate(uptr, size_t, bit32)
|
Constructor. |
ExpHeapTemplate()No initialization is performed.
ExpHeapTemplate(const MemoryBlock &, bit32)Initializes the heap.
Bug: The option argument has not yet been implemented.
ExpHeapTemplate(uptr, size_t, bit32)Initializes the heap.
Bug: The option argument has not yet been implemented.
CONFIDENTIAL