MCPcopy Create free account
hub / github.com/bleachbit/bleachbit / GlobalMemoryStatusEx

Function GlobalMemoryStatusEx

bleachbit/Memory.py:239–243  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

237 ]
238
239 def GlobalMemoryStatusEx():
240 x = MEMORYSTATUSEX()
241 x.dwLength = sizeof(x)
242 windll.kernel32.GlobalMemoryStatusEx(byref(x))
243 return x
244
245 z = GlobalMemoryStatusEx()
246 return z.ullAvailPhys

Callers 1

physical_free_windowsFunction · 0.85

Calls 1

MEMORYSTATUSEXClass · 0.85

Tested by

no test coverage detected