[Libevent-users] garbage collection in libevent

Bob Maccione Bob.Maccione at hilton.com
Sun Apr 27 16:12:24 EDT 2008


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://monkeymail.org/archives/libevent-users/attachments/20080427/d72b6b22/attachment.htm


More information about the Libevent-users mailing list