Changeset 80066 in vbox for trunk/src/VBox/ValidationKit/utils
- Timestamp:
- Jul 31, 2019 11:06:21 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/storage/IoPerf.cpp
r80065 r80066 707 707 * benchmarking unpredictably. 708 708 */ 709 pJob->cRandWriteBlocks512B = ( (IOPERF_RAND_DATA_BUF_FACTOR - 1) * pJob->cbIoBlock) / 512;709 pJob->cRandWriteBlocks512B = (uint32_t)(((IOPERF_RAND_DATA_BUF_FACTOR - 1) * pJob->cbIoBlock) / 512); 710 710 pJob->pbRandWrite = (uint8_t *)RTMemPageAllocZ(IOPERF_RAND_DATA_BUF_FACTOR * pJob->cbIoBlock); 711 711 if (RT_LIKELY(pJob->pbRandWrite))
Note:
See TracChangeset
for help on using the changeset viewer.