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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMPhys.cpp1369 * @param pcbFreeMem Where to return the amount of memory that is
1377 VMMR3DECL(int) PGMR3QueryGlobalMemoryStats(PUVM pUVM, uint64_t *pcbAllocMem, uint64_t *pcbFreeMem, argument
1393 if (pcbFreeMem)
1394 *pcbFreeMem = cFreePages * _4K;

Completed in 46 milliseconds