commit | 9b060f148ea324de1e7e2686348e4c90d7c67394 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Mar 22 15:38:13 2023 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Mar 22 17:30:28 2023 +0100 |
tree | 3301109600ed234bb4de23eda78aaf4ebeacd7b3 | |
parent | 7aee683541829b8cd6d93d05e50d2d356389b123 [diff] |
MINOR: pattern: use trim_all_pools() instead of a conditional malloc_trim() First this will ensure that we serialize the threads and avoid severe contention. Second it removes ugly ifdefs and conditions.