nn::fnd::FrameHeapTemplate::Initialize Member Function

Syntax

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

Arguments

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

Return Values

None.

Description

Initializes the frame heap.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL