2 Jun
2017
2 Jun
'17
1:48 p.m.
https://bugs.winehq.org/show_bug.cgi?id=43119 --- Comment #1 from Sagawa <sagawa.aki+winebugs(a)gmail.com> ---
From WINEDEBUG=virtual,globalmem trace, this application repeatedly calls VirtualAllocate() and GlobalMemoryStatusEx(). Currently, wine doesn't report real virtual memory usage in ullAvailVirtual member in MEMORYSTATUSEX structure returned by GlobalMemoryStatusEx(). So, I guess more accurate ullAvailVirtual value is needed for this application.
-- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.