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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMPhys.cpp1367 * @param pcbAllocMem Where to return the amount of memory allocated
1377 VMMR3DECL(int) PGMR3QueryGlobalMemoryStats(PUVM pUVM, uint64_t *pcbAllocMem, uint64_t *pcbFreeMem, argument
1390 if (pcbAllocMem)
1391 *pcbAllocMem = cAllocPages * _4K;

Completed in 182 milliseconds