| /TwlSDK-5.1.0/build/demos.TWL/nandApp/simple/src/ |
| D | main.c | 185 OSHeapHandle hHeap; in InitAllocSystem() local 192 hHeap = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in InitAllocSystem() 193 (void)OS_SetCurrentHeap(OS_ARENA_MAIN, hHeap); in InitAllocSystem()
|
| /TwlSDK-5.1.0/build/demos.TWL/nandApp/sharedFont/src/ |
| D | main.c | 196 OSHeapHandle hHeap; in InitAllocSystem() local 203 hHeap = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in InitAllocSystem() 204 (void)OS_SetCurrentHeap(OS_ARENA_MAIN, hHeap); in InitAllocSystem()
|
| /TwlSDK-5.1.0/build/demos.TWL/aes/encrypt/src/ |
| D | main.c | 339 OSHeapHandle hHeap; in DEMO_InitAllocSystem() local 346 hHeap = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in DEMO_InitAllocSystem() 347 (void)OS_SetCurrentHeap(OS_ARENA_MAIN, hHeap); in DEMO_InitAllocSystem()
|
| /TwlSDK-5.1.0/build/demos.TWL/aes/encrypt-and-sign/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.1.0/build/demos.TWL/aes/ctr/src/ |
| D | main.c | 352 OSHeapHandle hHeap; in DEMO_InitAllocSystem() local 359 hHeap = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in DEMO_InitAllocSystem() 360 (void)OS_SetCurrentHeap(OS_ARENA_MAIN, hHeap); in DEMO_InitAllocSystem()
|
| /TwlSDK-5.1.0/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.1.0/build/demos.TWL/aes/ctr-partial/src/ |
| D | main.c | 419 OSHeapHandle hHeap; in DEMO_InitAllocSystem() local 426 hHeap = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in DEMO_InitAllocSystem() 427 (void)OS_SetCurrentHeap(OS_ARENA_MAIN, hHeap); in DEMO_InitAllocSystem()
|
| /TwlSDK-5.1.0/build/demos.TWL/aes/ccm/src/ |
| D | main.c | 410 OSHeapHandle hHeap; in DEMO_InitAllocSystem() local 417 hHeap = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in DEMO_InitAllocSystem() 418 (void)OS_SetCurrentHeap(OS_ARENA_MAIN, hHeap); in DEMO_InitAllocSystem()
|
| /TwlSDK-5.1.0/build/demos.TWL/aes/ctr-compatible/src/ |
| D | main.c | 562 OSHeapHandle hHeap; in DEMO_InitAllocSystem() local 569 hHeap = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in DEMO_InitAllocSystem() 570 (void)OS_SetCurrentHeap(OS_ARENA_MAIN, hHeap); in DEMO_InitAllocSystem()
|
| /TwlSDK-5.1.0/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.1.0/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.1.0/build/demos.TWL/aes/ccm-compatible/src/ |
| D | main.c | 902 OSHeapHandle hHeap; in DEMO_InitAllocSystem() local 909 hHeap = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in DEMO_InitAllocSystem() 910 (void)OS_SetCurrentHeap(OS_ARENA_MAIN, hHeap); in DEMO_InitAllocSystem()
|