Searched refs:OS_ERR_ALLOCFROMHEAP_BROKENHEAP (Results 1 – 2 of 2) sorted by relevance
152 #define OS_ERR_ALLOCFROMHEAP_BROKENHEAP "OSAllocFromHeap(): heap is broken." macro
376 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()