Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/demos.TWL/nandApp/sharedFont/src/
Dmain.c181 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/
Dmain.c160 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/
Dmain.c340 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/
Dmain.c333 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/
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.4/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.4/build/demos.TWL/aes/ctr-partial/src/
Dmain.c413 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/
Dmain.c404 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/
Dmain.c556 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/
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.4/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.4/build/demos.TWL/aes/ccm-compatible/src/
Dmain.c896 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()