VirtualBox

Changeset 4762 in vbox for trunk


Ignore:
Timestamp:
Sep 13, 2007 8:55:53 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
24445
Message:

Sigh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/MMPagePool.cpp

    r4761 r4762  
    121121        }
    122122
    123         SUPPageFree(pVM->mm.s.pPagePool, RT_ALIGN_32(sizeof(*pVM->mm.s.pPagePool), PAGE_SIZE));
     123        SUPPageFree(pVM->mm.s.pPagePool, RT_ALIGN_32(sizeof(*pVM->mm.s.pPagePool), PAGE_SIZE)/PAGE_SIZE);
    124124        pVM->mm.s.pPagePool = NULL;
    125125    }
     
    142142        }
    143143
    144         SUPPageFree(pVM->mm.s.pPagePoolLow, RT_ALIGN_32(sizeof(*pVM->mm.s.pPagePoolLow), PAGE_SIZE));
     144        SUPPageFree(pVM->mm.s.pPagePoolLow, RT_ALIGN_32(sizeof(*pVM->mm.s.pPagePoolLow), PAGE_SIZE)/PAGE_SIZE);
    145145        pVM->mm.s.pPagePoolLow = NULL;
    146146    }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette