
11 Apr
2010
11 Apr
'10
10:21 p.m.
2010/4/12 Britton Kerin <britton.kerin@...400...>:
I've tried pretty hard in the past to come up with a combination of gtk and Boehm that works, but I never got stable results. I'm really curious what combination of Boehm features and glib/gtk features you are using?
Boehm does not replace malloc() in our code. GC_malloc() is called explicitly for certain types of objects, like the XML tree and rendering tree objects, usually through an overloaded operator new. It is not possible to use Boehm to manage GTK objects.
Regards, Krzysztof