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

/vbox/src/VBox/VMM/VMMR3/
H A DMMPagePool.cpp87 STAM_REG(pVM, &pVM->mm.s.pPagePoolLowR3->cAllocCalls, STAMTYPE_COUNTER, "/MM/Page/Low/cAllocCalls", STAMUNIT_CALLS, "Number of MMR3PageAllocLow() calls for the <4GB pool.");
387 * memory, use MMR3PageAllocLow().
406 * memory, use MMR3PageAllocLow().
446 VMMR3DECL(void *) MMR3PageAllocLow(PVM pVM) function
453 * Frees a page allocated from the page pool by MMR3PageAllocLow().
468 * and MMR3PageAllocLow().

Completed in 45 milliseconds