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

/vbox/src/VBox/VMM/VMMR3/
H A DMMPagePool.cpp75 STAM_REG(pVM, &pVM->mm.s.pPagePoolR3->cAllocCalls, STAMTYPE_COUNTER, "/MM/Page/Def/cAllocCalls", STAMUNIT_CALLS, "Number of MMR3PageAlloc() calls for the default pool.");
394 VMMR3DECL(void *) MMR3PageAlloc(PVM pVM) function
425 * Frees a page allocated from the page pool by MMR3PageAlloc() or
467 * This works for pages allocated by MMR3PageAlloc(), MMR3PageAllocPhys()

Completed in 32 milliseconds