Searched refs:OS_ERR_ALLOCFROMHEAP_INVHEAP (Results 1 – 2 of 2) sorted by relevance
148 #define OS_ERR_ALLOCFROMHEAP_INVHEAP "OSAllocFromHeap(): invalid heap handle." macro
351 ASSERTMSG(0 <= heap && heap < NumHeaps, OS_ERR_ALLOCFROMHEAP_INVHEAP); in OSAllocFromHeap()352 ASSERTMSG(0 <= HeapArray[heap].size, OS_ERR_ALLOCFROMHEAP_INVHEAP); in OSAllocFromHeap()