Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/build/libraries/os/common/src/
Dos_alloc.c36 #define OS_ERR_INITALLOC_INVRANGE "OS_InitAlloc(): invalid range." macro
842 SDK_TASSERTMSG((char *)arenaStart < (char *)arenaEnd, OS_ERR_INITALLOC_INVRANGE); in OS_InitAlloc()