Searched refs:OS_ERR_ALLOCFIXED_INVRANGE (Results 1 – 1 of 1) sorted by relevance
29 #define OS_ERR_ALLOCFIXED_INVRANGE "OS_AllocFixed(): invalid range." macro511 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()