MINOR: pools: export trim_all_pools()
authorWilly Tarreau <w@1wt.eu>
Wed, 22 Mar 2023 14:36:29 +0000 (15:36 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 22 Mar 2023 16:30:28 +0000 (17:30 +0100)
commit7aee683541829b8cd6d93d05e50d2d356389b123
treebdc6a763c7bc8ede141cc78efca164213d11cd97
parent4138f15182c548ecc8fa0bcb4039985b608e581e
MINOR: pools: export trim_all_pools()

This way it will be usable from outside instead of malloc_trim().
include/haproxy/pool.h
src/pool.c