Changeset 64789 in vbox for trunk/src/VBox
- Timestamp:
- Dec 6, 2016 2:26:13 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/IOBufMgmt.cpp
r64682 r64789 202 202 203 203 PIOBUFMGRBIN pBin = &pThis->paBins[iBin]; 204 /* Reset the bins if there is nothing in the current one but all the memory is marked as free. */ 205 if ( pThis->cbFree == pThis->cbMax 206 && pBin->iFree == 0) 207 iobufMgrResetBins(pThis); 208 204 209 if (pBin->iFree == 0) 205 210 {
Note:
See TracChangeset
for help on using the changeset viewer.