Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/build/libraries/os/common/src/
Dos_alloc.c31 #define OS_ERR_FREETOHEAP_INVPTR "OS_FreeToHeap(): invalid pointer." macro
697 … (char *)heapInfo->arenaStart + HEADERSIZE, (char *)heapInfo->arenaEnd), OS_ERR_FREETOHEAP_INVPTR); in OS_FreeToHeap()
702 SDK_ASSERTMSG(OFFSET(ptr, ALIGNMENT) == 0, OS_ERR_FREETOHEAP_INVPTR); in OS_FreeToHeap()
708 SDK_ASSERTMSG(cell->hd == hd, OS_ERR_FREETOHEAP_INVPTR); in OS_FreeToHeap()
709 SDK_ASSERTMSG(DLLookup(hd->allocated, cell), OS_ERR_FREETOHEAP_INVPTR); in OS_FreeToHeap()