Changeset 99818 in vbox for trunk/src/VBox/HostDrivers/Support/testcase
- Timestamp:
- May 16, 2023 9:11:55 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 157453
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/testcase/tstPin.cpp
r99461 r99818 153 153 154 154 155 /* Support for allocating Ring-0 executable memory with contiguous physical backing isn't implemented on Solaris. */ 156 #if !defined(RT_OS_SOLARIS) 155 157 /* 156 158 * Allocate a bit of contiguous memory. … … 184 186 185 187 RTTestISubDone(); 188 #endif 186 189 187 190 /* … … 192 195 #define BIG_SIZE 72*1024*1024 193 196 #define BIG_SIZEPP (BIG_SIZE + PAGE_SIZE) 197 #if defined(RT_OS_SOLARIS) 198 size_t cPages = RT_ALIGN_Z(15003, PAGE_SIZE) >> PAGE_SHIFT; 199 #endif 194 200 pv = NULL; 195 201 cPages = BIG_SIZEPP >> PAGE_SHIFT;
Note:
See TracChangeset
for help on using the changeset viewer.