Changeset 108652 in vbox for trunk/src/VBox/Runtime/testcase/tstRTHeapOffset.cpp
- Timestamp:
- Mar 20, 2025 2:51:39 PM (6 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168065
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTHeapOffset.cpp
r106061 r108652 51 51 #include <iprt/test.h> 52 52 #include <iprt/time.h> 53 #include <iprt/system.h> 53 54 54 55 … … 79 80 * Try allocate. 80 81 */ 82 uint32_t const cbPageSize = (uint32_t)RTSystemGetPageSize(); 81 83 static struct TstHeapOffsetOps 82 84 { … … 97 99 { 1024, 32, NULL, 10 }, 98 100 { 1024, 32, NULL, 12 }, 99 { PAGE_SIZE, PAGE_SIZE,NULL, 13 }, // 10101 { cbPageSize, cbPageSize, NULL, 13 }, // 10 100 102 { 1024, 32, NULL, 9 }, 101 { PAGE_SIZE,32, NULL, 11 },102 { PAGE_SIZE, PAGE_SIZE,NULL, 14 },103 { cbPageSize, 32, NULL, 11 }, 104 { cbPageSize, cbPageSize, NULL, 14 }, 103 105 { 16, 0, NULL, 15 }, 104 106 { 9, 0, NULL, 7 }, // 15
Note:
See TracChangeset
for help on using the changeset viewer.