nw::demo::FrameHeapAllocator::Initialize Member Function

Syntax

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

Arguments

Name Description
in startAddress Returns the start address.
in size The size that can be allocated.
in option Frame heap option.

Return Values

None.

Description

Initializes the frame heap allocator for demos.

Initializes the frame heap internally.


CONFIDENTIAL