On 9/16/06, Fernando ApesteguĂ­a <[EMAIL PROTECTED]> wrote:

> > Next thing is, that GLib memory subsystem don't really free memory on g_free
> > (), but do this when program exits. Memory freed with g_free () is still
> > 'located' for program, which allocated it for first time.
>
> Yes, that's true.

Its only true for any memory created by using g_slice. g_free is the
same as a free. Memory is then returned back to the system.

> > In my opinion article publicated by osnews.com is unreliable because of
> > GLib's memory subsystem behavior.

In my opinion, thats got nothing to do with it.
I think the article is unreliable because of inequalities in the test
environments:
Evolution being compared to Kontact for example and (shock!) taking more memory.

But I'd say this is offtopic for this list.
iain
_______________________________________________
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