nn::fnd::FrameHeapTemplate::FrameHeapTemplate Constructor
FrameHeapTemplate();
FrameHeapTemplate(
uptr addr,
size_t size,
bit32 option = 0
);
template <class MemoryBlock>
FrameHeapTemplate(
const MemoryBlock & block,
bit32 option = 0
);
FrameHeapTemplate ( )
|
Constructor. No initialization is performed. |
FrameHeapTemplate ( uptr, size_t, bit32 )
|
Constructor. Initializes the frame heap. |
FrameHeapTemplate ( const MemoryBlock &, bit32 )
|
Constructor. Initializes the frame heap. |
Constructor. No initialization is performed.
Constructor. Initializes the frame heap.
Constructor. Initializes the frame heap.
CONFIDENTIAL