Anyone happen to know at approximately what memory size the slice allocator
defaults back to g_malloc?  Just thinking that if my allocations are too large
for the slice allocator, causing it to drop back to g_malloc anyway, that I 
should consider using g_malloc directly and using GTrashStack to reuse these
memory chunks manually.

The goal of course is to reduce heap fragmentation. 
_______________________________________________
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