Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/libraries/os/include/
DOSAssert.h152 #define OS_ERR_ALLOCFROMHEAP_BROKENHEAP "OSAllocFromHeap(): heap is broken." macro
/RvlSDK-3.3/build/libraries/os/src/
DOSAlloc.c376 ASSERTMSG(OFFSET(cell, ALIGNMENT) == 0, OS_ERR_ALLOCFROMHEAP_BROKENHEAP); in OSAllocFromHeap()
377 ASSERTMSG(cell->hd == NULL, OS_ERR_ALLOCFROMHEAP_BROKENHEAP); in OSAllocFromHeap()
406 ASSERTMSG(hd->free == cell, OS_ERR_ALLOCFROMHEAP_BROKENHEAP); in OSAllocFromHeap()