]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: pools: add pool_zalloc() to return a zeroed area
authorWilly Tarreau <w@1wt.eu>
Mon, 22 Mar 2021 21:05:05 +0000 (22:05 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 22 Mar 2021 21:05:05 +0000 (22:05 +0100)
commit18759079b6039ef748e3fdaea91f3a12f97f782a
tree048cd0cc2653ebd3d1a3b2ac767ab4fe8a1c2aa5
parentde749a93337588b2211bf9465c948be95d0bda75
MINOR: pools: add pool_zalloc() to return a zeroed area

It's like pool_alloc() but the output is zeroed before being returned
and is never poisonned.
include/haproxy/pool.h