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

/vbox/src/VBox/Storage/
H A DVCICache.cpp1062 * @param ppNextBestFit Where to store the pointer to the next best fit
1067 PVCICACHEEXTENT *ppNextBestFit)
1173 if (ppNextBestFit)
1176 *ppNextBestFit = &pLeaf->aExtents[idxCur + 1];
1066 vciCacheExtentLookup(PVCICACHE pCache, uint64_t offBlockOffset, PVCICACHEEXTENT *ppNextBestFit) argument

Completed in 49 milliseconds