]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: pools: make CONFIG_HAP_POOLS control both local and shared pools
authorWilly Tarreau <w@1wt.eu>
Sun, 18 Apr 2021 08:23:02 +0000 (10:23 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 19 Apr 2021 13:24:33 +0000 (15:24 +0200)
commitb8498e961acde3b595b7d3db06d99fa9736bae03
tree20aea9a59512d4037e6e24b91890d684650f29b2
parent45e4e28161ea183634136ab8269dd57a52b7ea0c
MEDIUM: pools: make CONFIG_HAP_POOLS control both local and shared pools

Continuing the unification of local and shared pools, now the usage of
pools is governed by CONFIG_HAP_POOLS without which allocations and
releases are performed directly from the OS using pool_alloc_nocache()
and pool_free_nocache().
include/haproxy/pool-t.h
include/haproxy/pool.h
src/pool.c