MCPcopy Create free account
hub / github.com/doldecomp/mkdd / firstInit

Method firstInit

libs/JSystem/JFramework/JFWSystem.cpp:40–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38bool JFWSystem::sInitCalled;
39
40void JFWSystem::firstInit()
41{
42#line 80
43 JUT_ASSERT(rootHeap == 0);
44 OSInit();
45 DVDInit();
46 rootHeap = JKRExpHeap::createRoot(CSetUpParam::maxStdHeaps, false);
47 systemHeap = JKRExpHeap::create(CSetUpParam::sysHeapSize, rootHeap, false);
48}
49
50void JFWSystem::init()
51{

Callers

nothing calls this directly

Calls 3

OSInitFunction · 0.85
DVDInitFunction · 0.85
createFunction · 0.50

Tested by

no test coverage detected