Home
last modified time | relevance | path

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

/TwlSDK-5.5.5/build/demos.TWL/nandApp/SubBanner/src/
Dmain.c337 OSHeapHandle hHeap; in InitAllocSystem() local
344 hHeap = OS_CreateHeap(OS_ARENA_MAIN, OS_GetMainArenaLo(), OS_GetMainArenaHi()); in InitAllocSystem()
345 (void)OS_SetCurrentHeap(OS_ARENA_MAIN, hHeap); in InitAllocSystem()