Changeset 26413 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Feb 10, 2010 3:21:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/GMMR0.cpp
r26412 r26413 664 664 # ifdef RT_OS_WINDOWS 665 665 pGMM->fLegacyAllocationMode = false; 666 # if ARCH_BITS == 32 667 /* Don't reuse possibly partial chunks because of the virtual address space limitation. */ 668 pGMM->fBoundMemoryMode = true; 669 # else 670 pGMM->fBoundMemoryMode = false; 671 # endif 666 672 # else 667 673 pGMM->fLegacyAllocationMode = true; 674 pGMM->fBoundMemoryMode = true; 668 675 # endif 669 pGMM->fBoundMemoryMode = true;670 676 #endif 671 677
Note:
See TracChangeset
for help on using the changeset viewer.