Willy Tarreau 42705d06b7 MINOR: pools: get rid of POOL_EXTRA
This macro is build-time dependent and is almost unused, yet where it
cannot easily be avoided. Now that we store the distinction between
pool->size and pool->alloc_sz, we don't need to maintain it and we
can instead compute it on the fly when creating a pool. This is what
this patch does. The variables are for now pretty static, but this is
sufficient to kill the macro and will allow to set them more dynamically.
2022-02-23 17:11:33 +01:00
..
2021-10-22 17:04:35 +02:00
2021-11-18 10:50:58 +01:00
2022-02-23 17:11:33 +01:00
2021-11-23 15:50:11 +01:00