Changeset 52051 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jul 16, 2014 2:01:28 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95048
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/memsafer-r3.cpp
r52050 r52051 343 343 RTMemPageFree(pvPages, (size_t)pThis->cPages * PAGE_SIZE); 344 344 } 345 else 346 rc = VERR_NO_PAGE_MEMORY; 345 347 346 348 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.