Changeset 30756 in vbox
- Timestamp:
- Jul 9, 2010 10:11:27 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 63538
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPhys.cpp
r30652 r30756 3611 3611 } 3612 3612 3613 /* todo: we should split this up into an allocate and flush operation. sometimes you want to flush and not allocate more (which will trigger the vm account limit error) */ 3614 if ( rc == VERR_GMM_HIT_VM_ACCOUNT_LIMIT 3615 && pVM->pgm.s.cHandyPages > 0) 3616 { 3617 /* Still handy pages left, so don't panic. */ 3618 rc = VINF_SUCCESS; 3619 } 3620 3613 3621 if (RT_SUCCESS(rc)) 3614 3622 {
Note:
See TracChangeset
for help on using the changeset viewer.