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

/vbox/src/VBox/VMM/VMMR3/
H A DGMM.cpp324 GMMR3DECL(int) GMMR3QueryMemoryStats(PVM pVM, uint64_t *pcAllocPages, uint64_t *pcMaxPages, uint64_t *pcBalloonPages) argument
333 *pcAllocPages = 0;
340 *pcAllocPages = Req.cAllocPages;

Completed in 44 milliseconds