Changeset 52809 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Sep 22, 2014 9:55:50 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/MMPagePool.cpp
r44528 r52809 232 232 PMMPAGESUBPOOL pSub; 233 233 int rc = MMHyperAlloc(pPool->pVM, 234 RT_OFFSETOF(MMPAGESUBPOOL, auBitmap[cPages / (sizeof(pSub->auBitmap[0] * 8))])234 RT_OFFSETOF(MMPAGESUBPOOL, auBitmap[cPages / (sizeof(pSub->auBitmap[0]) * 8)]) 235 235 + (sizeof(SUPPAGE) + sizeof(MMPPLOOKUPHCPHYS)) * cPages 236 236 + sizeof(MMPPLOOKUPHCPTR),
Note:
See TracChangeset
for help on using the changeset viewer.