Changeset 108649 in vbox
- Timestamp:
- Mar 20, 2025 2:41:09 PM (2 months ago)
- svn:sync-xref-src-repo-rev:
- 168062
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTFileAio.cpp
r106061 r108649 45 45 #include <iprt/param.h> 46 46 #include <iprt/string.h> 47 #include <iprt/system.h> 47 48 #include <iprt/test.h> 48 49 … … 78 79 for (unsigned i = 0; i < cMaxReqsInFlight; i++) 79 80 { 80 RTTESTI_CHECK_RC_OK_RETV(RTTestGuardedAlloc(g_hTest, cbTestBuf, PAGE_SIZE, true /*fHead*/, &papvBuf[i]));81 RTTESTI_CHECK_RC_OK_RETV(RTTestGuardedAlloc(g_hTest, cbTestBuf, RTSystemGetPageSize(), true /*fHead*/, &papvBuf[i])); 81 82 if (fWrite) 82 83 memcpy(papvBuf[i], pvTestBuf, cbTestBuf);
Note:
See TracChangeset
for help on using the changeset viewer.