]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: pools: call malloc_trim() from pool_gc()
authorWilly Tarreau <w@1wt.eu>
Tue, 3 Nov 2020 14:53:34 +0000 (15:53 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 5 Nov 2020 18:27:08 +0000 (19:27 +0100)
commit88366c2926deac5ee257b6c541633b6a8b5111b3
treed2f1b0833959cbb7fc4333654d1f5cfe4ba3d1b3
parent1d3c7003d91a2c3b48f0f1fee3eb361f4121057b
MEDIUM: pools: call malloc_trim() from pool_gc()

If available it definitely makes sense to call it since it's also
called when stopping to reclaim the maximum possible memory.
src/pool.c