haproxy/include
Willy Tarreau 0a93b6413f MINOR: pools: allocate most memory pools from an array
For caching it will be convenient to have indexes associated with pools,
without having to dereference the pool itself. One solution could consist
in replacing all pool pointers with integers but this would limit the
number of allocatable pools. Instead here we allocate the 32 first pools
from a pre-allocated array whose base address is known so that it's trivial
to convert a pool to an index in this array. Pools that cannot fit there
will be allocated normally.
2018-10-16 10:29:26 +02:00
..
common MINOR: pools: allocate most memory pools from an array 2018-10-16 10:29:26 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto OPTIM: tasks: group all tree roots per cache line 2018-10-15 19:06:13 +02:00
types DOC: Fix a few typos 2018-10-15 19:38:15 +02:00