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

/vbox/src/VBox/Runtime/common/alloc/
H A Dheapoffset.cpp112 #define RTHEAPOFFSETBLOCK_IS_FREE(pBlock) (!!((pBlock)->fFlags & RTHEAPOFFSETBLOCK_FLAGS_FREE)) macro
711 while (pRight && !RTHEAPOFFSETBLOCK_IS_FREE(&pRight->Core))
823 if (RTHEAPOFFSETBLOCK_IS_FREE(&pBlock->Core))
917 if (RTHEAPOFFSETBLOCK_IS_FREE(&pBlock->Core))

Completed in 57 milliseconds