commit | a891e571f4614ee91bf864bb379bc28f2a66ec20 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Mar 08 15:10:05 2022 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Mar 08 15:13:08 2022 +0100 |
tree | 8179a243da619dcd9f0e53e6e150170ce8e9a236 | |
parent | 85dd521f1613a17b1e36a1b1caa4dc13dcf47468 [diff] |
BUILD: pools: fix backport of no-memory-trimming on non-linux OS Commit 4bcff9ba4 in 2.5 ("MINOR: pools: add a new global option "no-memory-trimming"") was missing some extra ifdefs for the cases where the allocator doesn't have malloc_trim() and fails to build on windows. This must be backported to 2.4. (cherry picked from commit a11c3b83e3a3689700b12551650d8f5a681db5fb) Signed-off-by: Willy Tarreau <w@1wt.eu>