FrameHeapTemplate

nn::fnd::FrameHeapTemplate::FrameHeapTemplate Constructor

Syntax

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

Parameters

Name Description
in block Specifies the memory block to be allocated to the frame heap
in option Specifies the options

Description

Constructor. Initializes the frame heap.


CONFIDENTIAL