haproxy/include
Willy Tarreau 620bd6c88e MINOR: buffer: implement b_alloc_fast()
This function allocates a buffer and replaces *buf with this buffer. If
no memory is available, &buf_wanted is used instead. No control is made
to check if *buf already pointed to another buffer. The allocated buffer
is returned, or NULL in case no memory is available. The difference with
b_alloc() is that this function only picks from the pool and never calls
malloc(), so it can fail even if some memory is available. It is the
caller's job to refill the buffer pool if needed.
2014-12-24 23:47:32 +01:00
..
common MINOR: buffer: implement b_alloc_fast() 2014-12-24 23:47:32 +01:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto MEDIUM: channel: do not report full when buf_empty is present on a channel 2014-12-24 23:47:32 +01:00
types DOC: fix a few typos 2014-12-10 05:34:55 +01:00