| /TwlSDK-5.4/build/demos/wvr/switchover/src/ |
| D | main.c | 38 OSHeapHandle hh; in InitializeAllocateSystem() local 43 hh = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in InitializeAllocateSystem() 44 if (hh < 0) in InitializeAllocateSystem() 48 hh = OS_SetCurrentHeap(OS_ARENA_MAIN, hh); in InitializeAllocateSystem()
|
| /TwlSDK-5.4/build/demos/wxc/wxc-dataShare/common/src/ |
| D | common.c | 77 OSHeapHandle hh; in InitAllocateSystem() local 82 hh = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in InitAllocateSystem() 83 if (hh < 0) in InitAllocateSystem() 87 hh = OS_SetCurrentHeap(OS_ARENA_MAIN, hh); in InitAllocateSystem()
|
| /TwlSDK-5.4/build/demos/mb/multiboot-Model/common/src/ |
| D | common.c | 124 OSHeapHandle hh; in InitAllocateSystem() local 129 hh = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in InitAllocateSystem() 130 if (hh < 0) in InitAllocateSystem() 134 hh = OS_SetCurrentHeap(OS_ARENA_MAIN, hh); in InitAllocateSystem()
|
| /TwlSDK-5.4/build/demos/mb/fake_child/common/src/ |
| D | common.c | 128 OSHeapHandle hh; in InitAllocateSystem() local 133 hh = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in InitAllocateSystem() 134 if (hh < 0) in InitAllocateSystem() 138 hh = OS_SetCurrentHeap(OS_ARENA_MAIN, hh); in InitAllocateSystem()
|
| /TwlSDK-5.4/build/demos/mb/cloneboot/src/ |
| D | common.c | 125 OSHeapHandle hh; in InitAllocateSystem() local 130 hh = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in InitAllocateSystem() 131 if (hh < 0) in InitAllocateSystem() 135 hh = OS_SetCurrentHeap(OS_ARENA_MAIN, hh); in InitAllocateSystem()
|
| /TwlSDK-5.4/build/demos/wvr/with_mb/common/src/ |
| D | common.c | 130 OSHeapHandle hh; in InitAllocateSystem() local 135 hh = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in InitAllocateSystem() 136 if (hh < 0) in InitAllocateSystem() 140 hh = OS_SetCurrentHeap(OS_ARENA_MAIN, hh); in InitAllocateSystem()
|
| /TwlSDK-5.4/build/demos.TWL/el/simple-1/simple-1_static/src/ |
| D | main.c | 104 OSHeapHandle hh; in TwlMain() local 109 hh = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in TwlMain() 110 if (hh < 0) in TwlMain() 114 hh = OS_SetCurrentHeap(OS_ARENA_MAIN, hh); in TwlMain()
|
| /TwlSDK-5.4/build/demos/mi/uncompressBLZ/src/ |
| D | main.c | 26 OSHeapHandle hh; in InitAlloc() local 30 hh = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in InitAlloc() 31 if (hh < 0) in InitAlloc() 35 hh = OS_SetCurrentHeap(OS_ARENA_MAIN, hh); in InitAlloc()
|
| /TwlSDK-5.4/build/demos/mb/multiboot-PowerSave/src/ |
| D | main.c | 84 OSHeapHandle hh; in NitroMain() local 91 hh = OS_CreateHeap(OS_ARENA_MAIN, heapStart, (void *)((u32)heapStart + MAIN_HEAP_SIZE)); in NitroMain() 92 if (hh < 0) in NitroMain() 96 (void)OS_SetCurrentHeap(OS_ARENA_MAIN, hh); in NitroMain()
|
| /TwlSDK-5.4/build/demos.TWL/el/simple-2/simple-2_static/src/ |
| D | main.c | 107 OSHeapHandle hh; in TwlMain() local 112 hh = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in TwlMain() 113 if (hh < 0) in TwlMain() 117 hh = OS_SetCurrentHeap(OS_ARENA_MAIN, hh); in TwlMain()
|
| /TwlSDK-5.4/build/demos/wxc/relayStation-2/src/ |
| D | main.c | 84 OSHeapHandle hh; in InitializeAllocateSystem() local 91 hh = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in InitializeAllocateSystem() 92 if (hh < 0) in InitializeAllocateSystem() 96 hh = OS_SetCurrentHeap(OS_ARENA_MAIN, hh); in InitializeAllocateSystem()
|
| /TwlSDK-5.4/build/demos.TWL/os/os_jump/src/ |
| D | main.c | 202 OSHeapHandle hh; in InitHeap() local 207 hh = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in InitHeap() 208 if (hh < 0) in InitHeap() 213 (void)OS_SetCurrentHeap(OS_ARENA_MAIN, hh); in InitHeap()
|
| /TwlSDK-5.4/build/demos/fs/file-3/src/ |
| D | main.c | 50 OSHeapHandle hh; in NitroMain() local 54 hh = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in NitroMain() 55 if (hh < 0) in NitroMain() 59 (void)OS_SetCurrentHeap(OS_ARENA_MAIN, hh); in NitroMain()
|
| /TwlSDK-5.4/build/demos/math/qsort/src/ |
| D | main.c | 92 OSHeapHandle hh; in InitializeAllocateSystem() local 97 hh = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in InitializeAllocateSystem() 98 if (hh < 0) in InitializeAllocateSystem() 102 hh = OS_SetCurrentHeap(OS_ARENA_MAIN, hh); in InitializeAllocateSystem()
|
| /TwlSDK-5.4/build/demos/crypto/sign-1/src/ |
| D | main.c | 148 OSHeapHandle hh; in InitializeAllocateSystem() local 152 hh = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in InitializeAllocateSystem() 153 if (hh < 0) in InitializeAllocateSystem() 157 hh = OS_SetCurrentHeap(OS_ARENA_MAIN, hh); in InitializeAllocateSystem()
|
| /TwlSDK-5.4/build/demos/wxc/simple-1/src/ |
| D | main.c | 318 OSHeapHandle hh; in InitializeAllocateSystem() local 325 hh = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in InitializeAllocateSystem() 326 if (hh < 0) in InitializeAllocateSystem() 330 hh = OS_SetCurrentHeap(OS_ARENA_MAIN, hh); in InitializeAllocateSystem()
|
| /TwlSDK-5.4/build/demos/mb/multiboot-wfs/common/src/ |
| D | util.c | 49 OSHeapHandle hh; in InitializeAllocateSystem() local 53 hh = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in InitializeAllocateSystem() 54 if (hh < 0) in InitializeAllocateSystem() 58 hh = OS_SetCurrentHeap(OS_ARENA_MAIN, hh); in InitializeAllocateSystem()
|
| /TwlSDK-5.4/build/demos/mi/uncompressStream-1/src/ |
| D | main.c | 39 OSHeapHandle hh; in InitAlloc() local 43 hh = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in InitAlloc() 44 if (hh < 0) in InitAlloc() 48 hh = OS_SetCurrentHeap(OS_ARENA_MAIN, hh); in InitAlloc()
|
| /TwlSDK-5.4/build/demos/wxc/relayStation-1/src/ |
| D | main.c | 382 OSHeapHandle hh; in InitializeAllocateSystem() local 389 hh = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in InitializeAllocateSystem() 390 if (hh < 0) in InitializeAllocateSystem() 394 hh = OS_SetCurrentHeap(OS_ARENA_MAIN, hh); in InitializeAllocateSystem()
|
| /TwlSDK-5.4/build/demos/wxc/simple-2/src/ |
| D | main.c | 386 OSHeapHandle hh; in InitializeAllocateSystem() local 393 hh = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in InitializeAllocateSystem() 394 if (hh < 0) in InitializeAllocateSystem() 398 hh = OS_SetCurrentHeap(OS_ARENA_MAIN, hh); in InitializeAllocateSystem()
|
| /TwlSDK-5.4/build/demos/fs/file-2/src/ |
| D | main.c | 85 OSHeapHandle hh; in NitroMain() local 89 hh = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in NitroMain() 90 if (hh < 0) in NitroMain() 94 (void)OS_SetCurrentHeap(OS_ARENA_MAIN, hh); in NitroMain()
|
| /TwlSDK-5.4/build/demos/wxc/wxc-pm/src/ |
| D | main.c | 437 OSHeapHandle hh; in InitializeAllocateSystem() local 444 hh = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in InitializeAllocateSystem() 445 if (hh < 0) in InitializeAllocateSystem() 449 hh = OS_SetCurrentHeap(OS_ARENA_MAIN, hh); in InitializeAllocateSystem()
|
| /TwlSDK-5.4/build/demos/wxc/unregister-1/src/ |
| D | main.c | 383 OSHeapHandle hh; in InitializeAllocateSystem() local 390 hh = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in InitializeAllocateSystem() 391 if (hh < 0) in InitializeAllocateSystem() 395 hh = OS_SetCurrentHeap(OS_ARENA_MAIN, hh); in InitializeAllocateSystem()
|
| /TwlSDK-5.4/build/demos/crypto/rc4-1/src/ |
| D | main.c | 108 OSHeapHandle hh; in InitializeAllocateSystem() local 112 hh = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in InitializeAllocateSystem() 113 if (hh < 0) in InitializeAllocateSystem() 117 hh = OS_SetCurrentHeap(OS_ARENA_MAIN, hh); in InitializeAllocateSystem()
|
| /TwlSDK-5.4/build/demos/fs/async/src/ |
| D | main.c | 146 OSHeapHandle hh; in NitroMain() local 150 hh = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in NitroMain() 151 if (hh < 0) in NitroMain() 155 (void)OS_SetCurrentHeap(OS_ARENA_MAIN, hh); in NitroMain()
|