Searched refs:pcAllocPages (Results 1 - 2 of 2) 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;
/vbox/include/VBox/vmm/
H A Dgmm.h789 GMMR3DECL(int) GMMR3QueryMemoryStats(PVM pVM, uint64_t *pcAllocPages, uint64_t *pcMaxPages, uint64_t *pcBalloonPages);

Completed in 2097 milliseconds