nn::init::InitializeAllocator Function

Syntax

void InitializeAllocator(
     size_t size
);

Arguments

Name Description
in size Size of the system heap.

Return Values

None.

Description

Initializes the system heap.

Initializes the system heap to have the specified size.

You must call nn::os::InitializeMemoryBlock before calling this function.


CONFIDENTIAL