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

/vbox/src/VBox/Storage/
H A DVCICache.cpp803 PVCIBLKRANGEDESC pBestFit = NULL; local
817 if ( !pBestFit
818 || pCur->cBlocks < pBestFit->cBlocks)
820 pBestFit = pCur;
822 if (pBestFit->cBlocks == cBlocks)
829 Assert(!pBestFit || pBestFit->fFree);
831 if (pBestFit)
833 pBestFit->fFree = false;
835 if (pBestFit
[all...]

Completed in 48 milliseconds