Searched refs:OS_ERR_ADDTOHEAP_INVHEAP (Results 1 – 1 of 1) sorted by relevance
45 #define OS_ERR_ADDTOHEAP_INVHEAP "OS_AddToHeap(): invalid heap handle." macro1144 SDK_TASSERTMSG(0 <= heap && heap < heapInfo->numHeaps, OS_ERR_ADDTOHEAP_INVHEAP); in OS_AddToHeap()1145 SDK_TASSERTMSG(0 <= heapInfo->heapArray[heap].size, OS_ERR_ADDTOHEAP_INVHEAP); in OS_AddToHeap()