Willy Tarreau
e583ea583a
MEDIUM: buffer: use b_alloc() to allocate and initialize a buffer
...
b_alloc() now allocates a buffer and initializes it to the size specified
in the pool minus the size of the struct buffer itself. This ensures that
callers do not need to care about buffer details anymore. Also this never
applies memory poisonning, which is slow and useless on buffers.
2014-12-24 23:47:32 +01:00
..
2014-05-08 22:38:02 +02:00
2011-06-25 21:07:01 +02:00
2010-10-30 19:04:33 +02:00
2014-12-24 23:47:32 +01:00
2014-09-16 15:43:24 +02:00
2012-12-23 21:46:07 +01:00
2014-07-15 19:09:36 +02:00
2011-12-02 17:09:49 +01:00
2014-07-15 19:09:36 +02:00
2008-08-16 14:55:08 +02:00
2014-07-15 19:14:52 +02:00
2012-11-11 20:53:30 +01:00
2010-08-10 14:01:15 +02:00
2014-07-08 22:00:21 +02:00
2014-12-24 23:47:31 +01:00
2014-12-24 23:47:31 +01:00
2014-11-21 07:51:57 +01:00
2007-01-07 02:12:57 +01:00
2014-11-18 13:26:18 +01:00
2007-09-09 21:56:53 +02:00
2014-05-08 22:38:02 +02:00
2014-10-26 06:41:12 +01:00
2014-05-08 22:38:02 +02:00
2006-06-29 18:54:54 +02:00
2009-03-21 10:25:14 +01:00
2013-12-13 09:22:23 +01:00
2011-03-28 15:55:43 +02:00
2011-03-13 22:00:24 +01:00
2014-05-10 11:04:39 +02:00