Changeset 93603 in vbox
- Timestamp:
- Feb 4, 2022 2:11:42 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 149742
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3-memalloc-1.c64
r93115 r93603 216 216 #define PAGES_2_MB(a_cPages) ((a_cPages) / (_1M / X86_PAGE_SIZE)) 217 217 uint64_t cTotalPages; 218 unsigned iLoop; 218 219 219 220 /* … … 243 244 * Time accessing all the memory again. This might give a clue as to page pool performance. 244 245 */ 245 for ( unsignediLoop = 0; iLoop < 2; iLoop++)246 for (iLoop = 0; iLoop < 2; iLoop++) 246 247 { 247 248 Bs3TestSub(iLoop == 0 ? "2nd access" : "3rd access");
Note:
See TracChangeset
for help on using the changeset viewer.