Home
last modified time | relevance | path

Searched refs:heapStart (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.1.0/build/demos/mb/multiboot-PowerSave/src/
Dmain.c86 void *heapStart; in NitroMain() local
90 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()
/TwlSDK-5.1.0/build/demos/mb/mbm/src/
Dmain.c73 void *heapStart, *nstart; in NitroMain() local
76 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()
/TwlSDK-5.1.0/build/demos/mb/multiboot/src/
Dmain.c86 void *heapStart, *nstart; in NitroMain() local
89 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()
/TwlSDK-5.1.0/build/demos/prc/characterRecognition-1/src/
Dmain.c291 void *heapStart; in InitOS() local
301 heapStart = OS_AllocFromMainArenaLo(MEMORY_MAIN_HEAP_SIZE, 32); in InitOS()
303 OS_CreateHeap(OS_ARENA_MAIN, heapStart, (void *)((u32)heapStart + MEMORY_MAIN_HEAP_SIZE)); in InitOS()
/TwlSDK-5.1.0/build/demos/prc/characterRecognition-2/src/
Dmain.c560 void *heapStart; in InitOS() local
570 heapStart = OS_AllocFromMainArenaLo(MEMORY_MAIN_HEAP_SIZE, 32); in InitOS()
572 OS_CreateHeap(OS_ARENA_MAIN, heapStart, (void *)((u32)heapStart + MEMORY_MAIN_HEAP_SIZE)); in InitOS()