mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-09 23:02:34 +02:00
DECLARE_TYPED_POOL() and friends take a name, a type and an extra size (to be added to the size of the element), and will use this to create the pool. This has the benefit of letting the compiler automatically adapt sizeof() and alignof() based on the type declaration.