Changeset 17514 in vbox
- Timestamp:
- Mar 7, 2009 5:45:55 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/mm.h
r17371 r17514 303 303 VMMR3DECL(void) MMR3TermUVM(PUVM pUVM); 304 304 VMMR3DECL(void) MMR3Reset(PVM pVM); 305 VMMR3DECL(int) MMR3ReserveHandyPages(PVM pVM, uint32_t cHandyPages); 305 306 VMMR3DECL(int) MMR3IncreaseBaseReservation(PVM pVM, uint64_t cAddBasePages); 306 307 VMMR3DECL(int) MMR3AdjustFixedReservation(PVM pVM, int32_t cDeltaFixedPages, const char *pszDesc);
Note:
See TracChangeset
for help on using the changeset viewer.