nw::demo::FrameHeapAllocator::FrameHeapAllocator Constructor

Syntax

FrameHeapAllocator(
     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.

Description

Constructor.

Initializes the frame heap.


CONFIDENTIAL