Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/build/libraries/os/common/src/
Dos_alloc.c29 #define OS_ERR_ALLOCFIXED_INVRANGE "OS_AllocFixed(): invalid range." macro
511 SDK_TASSERTMSG(start < end, OS_ERR_ALLOCFIXED_INVRANGE); in OS_AllocFixed()
512 …MSG(RangeSubset(start, end, heapInfo->arenaStart, heapInfo->arenaEnd), OS_ERR_ALLOCFIXED_INVRANGE); in OS_AllocFixed()