Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/build/libraries/os/common/src/
Dos_alloc.c24 #define OS_ERR_ALLOCFROMHEAP_NOHEAP "OS_AllocFromHeap(): heap is not initialized." macro
393 SDK_ASSERTMSG(heapInfo->heapArray, OS_ERR_ALLOCFROMHEAP_NOHEAP); in OS_AllocFromHeap()