On 12/18/06, Fernando Apesteguía <[EMAIL PROTECTED]> wrote:
> > executing... There are no problems (no errors or warnings) during
> > compilation and valgrind, with: -v --leak-check=full doesn't show any
> > problems of my code.
>
> OK, after the application reached 7.3 MB it went down (according to
> gnome-system-monitor) to 6.4 again...
>
> Any clues?

I wouldn't worry about it. It's normal to see memory use going up and
down a bit (RSS, anyway, which is the one that matters (usually)).

If valgrind says you are OK, you are probably OK. Plus leaks generally
run out of control rather quickly and you are only observing rather
small changes in mem use.

John
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to