Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/build/libraries/os/common/src/
Dos_alloc.c37 #define OS_ERR_INITALLOC_INSRANGE "OS_InitAlloc(): too small range." macro
843 …maxHeaps <= ((char *)arenaEnd - (char *)arenaStart) / sizeof(HeapDesc), OS_ERR_INITALLOC_INSRANGE); in OS_InitAlloc()
874 …INOBJSIZE <= (char *)heapInfo->arenaEnd - (char *)heapInfo->arenaStart, OS_ERR_INITALLOC_INSRANGE); in OS_InitAlloc()