FrameHeapTemplate

nn::fnd::FrameHeapTemplate::FrameHeapTemplate Constructor

Syntax

FrameHeapTemplate();

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

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

List of Overloaded Member Functions

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.

Description of FrameHeapTemplate ( )

Constructor. No initialization is performed.

Description of FrameHeapTemplate ( uptr, size_t, bit32 )

Constructor. Initializes the frame heap.

Description of FrameHeapTemplate ( const MemoryBlock &, bit32 )

Constructor. Initializes the frame heap.


CONFIDENTIAL