MINOR: pools: mark most static pool configuration variables as read-mostly

The mem_poison_byte, mem_fail_rate, using_default_allocator and the
pools list are all only set once at boot time and never changed later,
while they're heavily used at run time. Let's optimize their usage from
all threads by marking them read-mostly so that them reside in a shared
cache line.
This commit is contained in:
Willy Tarreau 2022-02-18 18:31:53 +01:00
parent 4323567650
commit 9f699958dc