| /TwlSDK-5.4/build/demos.TWL/nandApp/sharedFont/src/ |
| D | main.c | 181 OSHeapHandle hHeap; in InitAllocSystem() local 188 hHeap = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in InitAllocSystem() 189 (void)OS_SetCurrentHeap(OS_ARENA_MAIN, hHeap); in InitAllocSystem()
|
| /TwlSDK-5.4/build/demos.TWL/nandApp/simple/src/ |
| D | main.c | 160 OSHeapHandle hHeap; in InitAllocSystem() local 167 hHeap = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in InitAllocSystem() 168 (void)OS_SetCurrentHeap(OS_ARENA_MAIN, hHeap); in InitAllocSystem()
|
| /TwlSDK-5.4/build/demos.TWL/aes/encrypt-and-sign/src/ |
| D | main.c | 340 OSHeapHandle hHeap; in DEMO_InitAllocSystem() local 347 hHeap = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in DEMO_InitAllocSystem() 348 (void)OS_SetCurrentHeap(OS_ARENA_MAIN, hHeap); in DEMO_InitAllocSystem()
|
| /TwlSDK-5.4/build/demos.TWL/aes/encrypt/src/ |
| D | main.c | 333 OSHeapHandle hHeap; in DEMO_InitAllocSystem() local 340 hHeap = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in DEMO_InitAllocSystem() 341 (void)OS_SetCurrentHeap(OS_ARENA_MAIN, hHeap); in DEMO_InitAllocSystem()
|
| /TwlSDK-5.4/build/demos.TWL/aes/ctr/src/ |
| D | main.c | 346 OSHeapHandle hHeap; in DEMO_InitAllocSystem() local 353 hHeap = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in DEMO_InitAllocSystem() 354 (void)OS_SetCurrentHeap(OS_ARENA_MAIN, hHeap); in DEMO_InitAllocSystem()
|
| /TwlSDK-5.4/build/demos.TWL/nandApp/SubBanner/src/ |
| D | main.c | 338 OSHeapHandle hHeap; in InitAllocSystem() local 345 hHeap = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in InitAllocSystem() 346 (void)OS_SetCurrentHeap(OS_ARENA_MAIN, hHeap); in InitAllocSystem()
|
| /TwlSDK-5.4/build/demos.TWL/aes/ctr-partial/src/ |
| D | main.c | 413 OSHeapHandle hHeap; in DEMO_InitAllocSystem() local 420 hHeap = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in DEMO_InitAllocSystem() 421 (void)OS_SetCurrentHeap(OS_ARENA_MAIN, hHeap); in DEMO_InitAllocSystem()
|
| /TwlSDK-5.4/build/demos.TWL/aes/ccm/src/ |
| D | main.c | 404 OSHeapHandle hHeap; in DEMO_InitAllocSystem() local 411 hHeap = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in DEMO_InitAllocSystem() 412 (void)OS_SetCurrentHeap(OS_ARENA_MAIN, hHeap); in DEMO_InitAllocSystem()
|
| /TwlSDK-5.4/build/demos.TWL/aes/ctr-compatible/src/ |
| D | main.c | 556 OSHeapHandle hHeap; in DEMO_InitAllocSystem() local 563 hHeap = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in DEMO_InitAllocSystem() 564 (void)OS_SetCurrentHeap(OS_ARENA_MAIN, hHeap); in DEMO_InitAllocSystem()
|
| /TwlSDK-5.4/build/demos.TWL/nandApp/backup/src/ |
| D | main.c | 605 OSHeapHandle hHeap; in InitAllocSystem() local 612 hHeap = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in InitAllocSystem() 613 (void)OS_SetCurrentHeap(OS_ARENA_MAIN, hHeap); in InitAllocSystem()
|
| /TwlSDK-5.4/build/demos.TWL/nandApp/other_backup/src/ |
| D | main.c | 621 OSHeapHandle hHeap; in InitAllocSystem() local 628 hHeap = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in InitAllocSystem() 629 (void)OS_SetCurrentHeap(OS_ARENA_MAIN, hHeap); in InitAllocSystem()
|
| /TwlSDK-5.4/build/demos.TWL/aes/ccm-compatible/src/ |
| D | main.c | 896 OSHeapHandle hHeap; in DEMO_InitAllocSystem() local 903 hHeap = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in DEMO_InitAllocSystem() 904 (void)OS_SetCurrentHeap(OS_ARENA_MAIN, hHeap); in DEMO_InitAllocSystem()
|