Searched refs:MAIN_HEAP_SIZE (Results 1 – 3 of 3) sorted by relevance
85 static const u32 MAIN_HEAP_SIZE = 0x80000; in NitroMain() local90 heapStart = OS_AllocFromMainArenaLo(MAIN_HEAP_SIZE, 32); in NitroMain()91 hh = OS_CreateHeap(OS_ARENA_MAIN, heapStart, (void *)((u32)heapStart + MAIN_HEAP_SIZE)); in NitroMain()
72 { MAIN_HEAP_SIZE = 0x80000 }; in NitroMain() enumerator76 heapStart = OS_AllocFromMainArenaLo((u32)MAIN_HEAP_SIZE, 32); in NitroMain()78 OS_CreateHeap(OS_ARENA_MAIN, heapStart, (void *)((u32)heapStart + MAIN_HEAP_SIZE)); in NitroMain()
85 { MAIN_HEAP_SIZE = 0x80000 }; in NitroMain() enumerator89 heapStart = OS_AllocFromMainArenaLo((u32)MAIN_HEAP_SIZE, 32); in NitroMain()91 OS_CreateHeap(OS_ARENA_MAIN, heapStart, (void *)((u32)heapStart + MAIN_HEAP_SIZE)); in NitroMain()