nw::demo::DemoAllocator::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 Expanded heap option.

Return Values

None.

Description

Initializes the demo allocator.

Initializes the expanded heap internally.


CONFIDENTIAL