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

/bind-9.11.3/lib/isc/win32/
H A Dmeminfo.c17 MEMORYSTATUSEX statex; local
19 statex.dwLength = sizeof(statex);
20 GlobalMemoryStatusEx(&statex);
21 return ((isc_uint64_t)statex.ullTotalPhys);

Completed in 9 milliseconds