﻿step1: A nninitStartup() function is invoked.

step2: A constructor of StaticObjectClass is invoked.
step2: Because nn::init::InitializeAllocator() has been already called,
step2: we can use malloc() here.

step3: nnMain() function is invoked.
step3: A malloc() address in StaticObjectClass: address = 0x80007000
step3: nnMain() function is finished.
