Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/libraries/os/include/
DOSAssert.h148 #define OS_ERR_ALLOCFROMHEAP_INVHEAP "OSAllocFromHeap(): invalid heap handle." macro
/RvlSDK-3.1.4/build/libraries/os/src/
DOSAlloc.c351 ASSERTMSG(0 <= heap && heap < NumHeaps, OS_ERR_ALLOCFROMHEAP_INVHEAP); in OSAllocFromHeap()
352 ASSERTMSG(0 <= HeapArray[heap].size, OS_ERR_ALLOCFROMHEAP_INVHEAP); in OSAllocFromHeap()