Re: [Libevent-users] setting bufferevent without heap-allocation

2010-06-17 Thread Nick Mathewson
On Thu, Jun 17, 2010 at 2:35 AM, Avi Bab wrote: > > > Hi All, > > Is there an option to set up a bufferevent without heap-allocation > (something like event_assign() for events) ? > I'm afraid not; bufferevents need to be able to do heap allocation internally for their evbuffers, so they don't re

[Libevent-users] setting bufferevent without heap-allocation

2010-06-16 Thread Avi Bab
Hi All, Is there an option to set up a bufferevent without heap-allocation (something like event_assign() for events) ? Thanks, Avi