Hi, "Jean-Christophe Berthon" <[EMAIL PROTECTED]> writes:
> I also did a simple wrapper that encapsulate malloc and do kind of trace, > but I would rather use g_malloc instead of malloc and use the maybe better > memory check of the glib. > Anyway if I can't change it, art least I know, thank you :-) I'll try to > improve my own memchecker so. you might consider using glib-1.3.x which allows you to plug your own memory handling system into glib and use it through g_malloc() and friends. glib-1.3.x also has g_try_malloc(). Salut, Sven _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
