Changeset 29 in vbox
- Timestamp:
- Jan 15, 2007 5:01:03 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 17458
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPhys.cpp
r28 r29 355 355 356 356 STAM_COUNTER_INC(&pVM->pgm.s.StatDynRamGrow); 357 STAM_COUNTER_ADD(&pVM->pgm.s.StatDynRamTotal, 4);357 STAM_COUNTER_ADD(&pVM->pgm.s.StatDynRamTotal, PGM_DYNAMIC_CHUNK_SIZE/(1024*1024)); 358 358 359 359 Log(("pgmr3PhysGrowRange: allocate chunk of size 0x%X at %VGp\n", PGM_DYNAMIC_CHUNK_SIZE, GCPhys));
Note:
See TracChangeset
for help on using the changeset viewer.