- Timestamp:
- Sep 13, 2007 8:55:53 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 24445
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/MMPagePool.cpp
r4761 r4762 121 121 } 122 122 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); 124 124 pVM->mm.s.pPagePool = NULL; 125 125 } … … 142 142 } 143 143 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); 145 145 pVM->mm.s.pPagePoolLow = NULL; 146 146 }
Note:
See TracChangeset
for help on using the changeset viewer.