haproxy/include
Willy Tarreau f8c1b648c0 MINOR: memory: move pool-specific path of the locked pool_free() to __pool_free()
pool_free() was not identical between locked and lockless pools. The
different was the call to __pool_free() in one case versus open-coded
accesses in the other, and the poisoning brought by commit da52035a45
("MINOR: memory: also poison the area on freeing") which unfortunately
did if only for the lockless path.

Let's now have __pool_free() to work on the global pool also in the
locked case so that the code is architected similarly.
2020-06-11 10:18:56 +02:00
..
common MINOR: memory: move pool-specific path of the locked pool_free() to __pool_free() 2020-06-11 10:18:56 +02:00
haproxy REORG: memory: move the OS-level allocator to haproxy/pool-os.h 2020-06-11 10:18:56 +02:00
import REORG: include: move ist.h from common/ to import/ 2020-06-11 10:18:56 +02:00
proto REORG: include: move freq_ctr to haproxy/ 2020-06-11 10:18:56 +02:00
types REORG: memory: move the pool type definitions to haproxy/pool-t.h 2020-06-11 10:18:56 +02:00