Re: [Libevent-users] setting bufferevent without heap-allocation
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
Hi All, Is there an option to set up a bufferevent without heap-allocation (something like event_assign() for events) ? Thanks, Avi