Changeset 82930 in vbox for trunk/src/VBox/VMM/testcase
- Timestamp:
- Jan 30, 2020 2:00:01 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 135913
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstMMHyperHeap.cpp
r82928 r82930 183 183 184 184 /* free and allocate the same node again. */ 185 MMHyperHeapDump(pVM); 185 #ifdef DEBUG 186 MMHyperHeapDump(pVM); 187 #endif 186 188 for (i = 0; i < RT_ELEMENTS(aOps); i++) 187 189 {
Note:
See TracChangeset
for help on using the changeset viewer.