nninitStartUp

nninitStartUp Function

Syntax

void nninitStartUp(
     void
);

Arguments

None.

Return Values

None.

Description

This routine initializes memory management for the application.

This function is not called by applications, but implemented for the application.

Under C++, memory must be allocated before nnMain, depending on the use. This function is therefore provided so that the application's own memory management mechanism can be initialized even before this.

Defined as a weak function under the default implementation. Application-specific processing can be implemented by defining a function having the same name inside the application.

This function is called at a point where not all initialization required by the application has been completed. Accordingly, there are restrictions on this function. For example, it cannot use many of the library functions in the SDK.

For details, see the System Programming Guide.

For a list of library functions in the SDK that can be used inside this function, see List of Usable API Functions.

Revision History

2011/12/21
Initial version.

CONFIDENTIAL