Changeset 69774 in vbox
- Timestamp:
- Nov 20, 2017 2:02:53 PM (7 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyProcess-win.cpp
r69500 r69774 1089 1089 "More than one thread in process"); 1090 1090 1091 /** @todo Would be nice to verify the relation 1091 /** @todo Would be nice to verify the relationship between hProcess and hThread 1092 1092 * as well... */ 1093 1093 return VINF_SUCCESS; -
trunk/src/VBox/VMM/VMMR0/GMMR0.cpp
r69111 r69774 32 32 * 33 33 * Each chunk is given an unique ID. Each page also has a unique ID. The 34 * relation 34 * relationship between the two IDs is: 35 35 * @code 36 36 * GMM_CHUNK_SHIFT = log2(GMM_CHUNK_SIZE / PAGE_SIZE);
Note:
See TracChangeset
for help on using the changeset viewer.