Changeset 39845 in vbox
- Timestamp:
- Jan 23, 2012 9:57:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r39828 r39845 5170 5170 RTMemPageFree(pAhciReq->pvAlloc, pAhciReq->cbAlloc); 5171 5171 5172 pAhciReq->pvAlloc = RTMemPageAlloc(RT_ALIGN_Z(cb, _4K)); 5172 pAhciReq->cbAlloc = RT_ALIGN_Z(cb, _4K); 5173 pAhciReq->pvAlloc = RTMemPageAlloc(pAhciReq->cbAlloc); 5173 5174 pAhciReq->cAllocTooMuch = 0; 5175 if (RT_UNLIKELY(!pAhciReq->pvAlloc)) 5176 pAhciReq->cbAlloc = 0; 5174 5177 } 5175 5178
Note:
See TracChangeset
for help on using the changeset viewer.