[ros-bugs] [Bug 4835] Regression: Memory usage continuously decreases in task manager even though memory usage doesn't change

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Thu Dec 17 10:56:27 CET 2009


http://www.reactos.org/bugzilla/show_bug.cgi?id=4835





--- Comment #11 from grschneider <grschneider at gmail.com>  2009-12-17 10:56:27 CET ---
(In reply to comment #9)
> (In reply to comment #8)
> > It seems that the number of user pages increases steadily (mem leak?)
> There is probably relevant comment in HEAP_MakeInUseBlockFree() in
> lib/rtl/heap.c:
>    627      }
>    628  
>    629      /* Decommit the end of the heap */
>    630  }

Interesting, the original Wine implementation has a line of code there which
our version is missing:
if (!(subheap->heap->flags & HEAP_SHARED)) HEAP_Decommit( subheap, pFree + 1 );


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.



More information about the Ros-bugs mailing list