commit | 18759079b6039ef748e3fdaea91f3a12f97f782a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Mar 22 22:05:05 2021 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Mar 22 22:05:05 2021 +0100 |
tree | 048cd0cc2653ebd3d1a3b2ac767ab4fe8a1c2aa5 | |
parent | de749a93337588b2211bf9465c948be95d0bda75 [diff] |
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.