commit | d3470e1ce8c31e7c20ac5d2b6e93dc777c3842c6 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Feb 21 18:30:25 2022 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Feb 23 17:11:33 2022 +0100 |
tree | 06ecdbb7ab3b08fec7b0ca71ae25601a1d6c9100 | |
parent | fd8b737e2c29a886366808258234887fd10e50a5 [diff] |
MINOR: pools: add a new debugging flag POOL_DBG_COLD_FIRST When enabling pools integrity checks, we usually prefer to allocate cold objects first in order to maximize the time the objects spend in the cache. In order to make this configurable at runtime, let's introduce a new debugging flag to control this allocation order. It is currently preset by the DEBUG_POOL_INTEGRITY build-time setting.