Searched defs:RTHEAPSIMPLEBLOCK_IS_FREE (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/alloc/
H A Dheapsimple.cpp111 #define RTHEAPSIMPLEBLOCK_IS_FREE(pBlock) (!!((pBlock)->fFlags & RTHEAPSIMPLEBLOCK_FLAGS_FREE)) macro
370 if (RTHEAPSIMPLEBLOCK_IS_FREE(&pCur->Core))
528 AssertMsg(!RTHEAPSIMPLEBLOCK_IS_FREE(pPrev), ("Impossible!\n"));
703 while (pRight && !RTHEAPSIMPLEBLOCK_IS_FREE(&pRight->Core))
815 if (RTHEAPSIMPLEBLOCK_IS_FREE(&pBlock->Core))
909 if (RTHEAPSIMPLEBLOCK_IS_FREE(&pBlock->Core))

Completed in 44 milliseconds