Searched refs:cAllocatedPages (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/VMMR0/
H A DGMMR0.cpp533 uint64_t cAllocatedPages; member in struct:GMM
534 /** The number of pages that are shared. A subset of cAllocatedPages. */
1304 pGMM->cAllocatedPages -= cPrivatePages;
2509 if (RT_UNLIKELY(pGMM->cAllocatedPages + cPages > pGMM->cMaxPages))
2568 pGMM->cAllocatedPages += cPages;
2662 pGMM->cAllocatedPages -= cPages - iPage;
3097 pGMM->cAllocatedPages += cPages;
3170 pGMM->cAllocatedPages -= cPages;
3377 Assert(pGMM->cAllocatedPages > 0);
3381 pGMM->cAllocatedPages
[all...]
/vbox/include/VBox/vmm/
H A Dgmm.h366 * (GMM::cAllocatedPages). */
367 uint64_t cAllocatedPages; member in struct:GMMSTATS
368 /** The number of pages that are shared. A subset of cAllocatedPages.
/vbox/src/VBox/VMM/VMMR3/
H A DSTAM.cpp237 { RT_UOFFSETOF(GMMSTATS, cAllocatedPages), STAMTYPE_U64, STAMUNIT_PAGES, "/GMM/cAllocatedPages", "The number of actually allocated (committed if you like) pages." },
238 { RT_UOFFSETOF(GMMSTATS, cSharedPages), STAMTYPE_U64, STAMUNIT_PAGES, "/GMM/cSharedPages", "The number of pages that are shared. A subset of cAllocatedPages." },

Completed in 61 milliseconds