http://bugs.winehq.org/show_bug.cgi?id=4078
Steve Pagliarulo s_pagliarulo@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |s_pagliarulo@hotmail.com
--- Comment #9 from Steve Pagliarulo s_pagliarulo@hotmail.com 2008-01-18 19:00:16 --- Compacting the heap is not strictly important to this app. It does so only when memory is low. However, it is highly unlikely memory is low for such a small computation. Memory allocation is very sophisticated making use of HeapAlloc, VirtualAlloc and VirtualQuery. I hope this is helpful.