FrameHeapTemplate

nn::fnd::FrameHeapTemplate::FrameHeapTemplate Constructor

Syntax

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

Parameters

Name Description
in addr The starting address of the memory block to be allocated to the frame heap
in size The size of the memory block to be allocated to the frame heap
in option Specifies the options (not yet implemented)

Description

Constructor. Initializes the frame heap.


CONFIDENTIAL