Home
last modified time | relevance | path

Searched refs:hHeap (Results 1 – 12 of 12) sorted by relevance

/TwlSDK-5.2.1/build/demos.TWL/nandApp/simple/src/
Dmain.c185 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.2.1/build/demos.TWL/nandApp/sharedFont/src/
Dmain.c196 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.2.1/build/demos.TWL/aes/encrypt-and-sign/src/
Dmain.c346 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.2.1/build/demos.TWL/aes/encrypt/src/
Dmain.c339 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.2.1/build/demos.TWL/aes/ctr/src/
Dmain.c352 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.2.1/build/demos.TWL/nandApp/SubBanner/src/
Dmain.c338 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.2.1/build/demos.TWL/aes/ctr-partial/src/
Dmain.c419 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.2.1/build/demos.TWL/aes/ccm/src/
Dmain.c410 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.2.1/build/demos.TWL/aes/ctr-compatible/src/
Dmain.c562 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.2.1/build/demos.TWL/nandApp/backup/src/
Dmain.c605 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.2.1/build/demos.TWL/nandApp/other_backup/src/
Dmain.c621 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.2.1/build/demos.TWL/aes/ccm-compatible/src/
Dmain.c902 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()