Changeset 7095
- Timestamp:
- May 27, 2009, 8:53:57 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/numpy/anuga/utilities/log.py
r7094 r7095 268 268 269 269 memoryStatusEx = MEMORYSTATUSEX() 270 memoryStatus .dwLength = ctypes.sizeof(MEMORYSTATUSEX)270 memoryStatusEx.dwLength = ctypes.sizeof(MEMORYSTATUSEX) 271 271 kernel32.GlobalMemoryStatusEx(ctypes.byref(memoryStatusEx)) 272 272
Note: See TracChangeset
for help on using the changeset viewer.