haproxy/include
Willy Tarreau 8a0b5f783b MINOR: pools: move the failed allocation counter over a few buckets
The failed allocation counter cannot depend on a pointer, but since it's
a perpetually increasing counter and not a gauge, we don't care where
it's incremented. Thus instead we're hashing on the TID. There's no
contention there anyway, but it's better not to waste the room in
the pool's heads and to move that with the other counters.
2023-08-12 19:04:34 +02:00
..
haproxy MINOR: pools: move the failed allocation counter over a few buckets 2023-08-12 19:04:34 +02:00
import MAJOR: threads/plock: update the embedded library again 2023-08-11 19:03:35 +02:00
make BUILD: makefile: fix build issue on GNU make < 3.82 2023-05-24 15:51:03 +02:00