Changeset 82976 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Feb 4, 2020 12:36:10 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/GMMR0.cpp
r82975 r82976 537 537 uint32_t cShareableModules; 538 538 539 /** The chunk list. For simplifying the cleanup process. */ 539 /** The chunk list. For simplifying the cleanup process and avoid tree 540 * traversal. */ 540 541 RTLISTANCHOR ChunkList; 541 542
Note:
See TracChangeset
for help on using the changeset viewer.