Searched defs:cDeltaFixedPages (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DMM.cpp662 * @param cDeltaFixedPages The number of pages to add (positive) or subtract (negative).
665 VMMR3DECL(int) MMR3AdjustFixedReservation(PVM pVM, int32_t cDeltaFixedPages, const char *pszDesc) argument
668 pVM->mm.s.cFixedPages += cDeltaFixedPages;
669 LogFlow(("MMR3AdjustFixedReservation: %d (%u -> %u)\n", cDeltaFixedPages, cOld, pVM->mm.s.cFixedPages));

Completed in 43 milliseconds