nninitStartUp Function
void nninitStartUp(
void
);
None.
Startup routine for applications.
Runs before nnMain is called. The default implementation is compiled with weak symbols, so the developer can override it.
With the default implementation, this function does the following. nn::init::InitializeAllocator (8MB); nn::os::InitializeDeviceMemory ();
CONFIDENTIAL