Changeset 52105 in vbox
- Timestamp:
- Jul 20, 2014 8:27:56 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95122
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/memsafer-r3.cpp
r52051 r52105 322 322 * Try allocate the memory. 323 323 */ 324 int rc ;324 int rc = VINF_SUCCESS; 325 325 void *pvPages = RTMemPageAlloc((size_t)pThis->cPages * PAGE_SIZE); 326 326 if (pvPages)
Note:
See TracChangeset
for help on using the changeset viewer.