Searched refs:statex (Results 1 – 1 of 1) sorted by relevance
829 MEMORYSTATUSEX statex; in qemu_get_host_physmem() local830 statex.dwLength = sizeof(statex); in qemu_get_host_physmem()832 if (GlobalMemoryStatusEx(&statex)) { in qemu_get_host_physmem()833 return statex.ullTotalPhys; in qemu_get_host_physmem()