Changeset 101649 in vbox for trunk/src/VBox/ValidationKit/utils
- Timestamp:
- Oct 30, 2023 10:04:14 AM (16 months ago)
- svn:sync-xref-src-repo-rev:
- 159738
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp
r101648 r101649 5515 5515 if (enmState == kMMap_ReadWrite) 5516 5516 { 5517 s tatic size_t const s_acbFlush[] = { g_cbPage, g_cbPage * 2, g_cbPage * 3, g_cbPage * 8, g_cbPage * 16, _2M };5517 size_t const s_acbFlush[] = { g_cbPage, g_cbPage * 2, g_cbPage * 3, g_cbPage * 8, g_cbPage * 16, _2M }; 5518 5518 for (unsigned iFlushSize = 0 ; iFlushSize < RT_ELEMENTS(s_acbFlush); iFlushSize++) 5519 5519 {
Note:
See TracChangeset
for help on using the changeset viewer.