Changeset 82557 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Dec 12, 2019 12:35:39 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 135431
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/MMPagePool.cpp
r82555 r82557 44 44 #ifdef IN_RING3 45 45 static void * mmR3PagePoolAlloc(PMMPAGEPOOL pPool); 46 #if 0 46 47 static void mmR3PagePoolFree(PMMPAGEPOOL pPool, void *pv); 48 #endif 47 49 #endif 48 50 … … 326 328 } 327 329 330 #if 0 328 331 329 332 /** … … 379 382 } 380 383 381 #if 0382 384 383 385 /**
Note:
See TracChangeset
for help on using the changeset viewer.