Hi all,  I'm looking to try to use the C based garbage collection
package at http://www.hpl.hp.com/personal/Hans_Boehm/gc/,  integrating
into my code is prety easy but I'm not sure what's needed to change
libevent to also use the same package (since I'm getting errors when I
change my mallocs to GC_MALLOC,  in a weird place -- >[err]
event_queue_remove: 12ff8c(fd 0) not on queue 1.

I'm going to give it a try to replace the malloc's with GC_MALLOC first
and no-op the free's to see how it works...

Anybody been down this path?

thanks
bob
_______________________________________________
Libevent-users mailing list
Libevent-users@monkey.org
http://monkeymail.org/mailman/listinfo/libevent-users

Reply via email to