haproxy/doc/internals/api
Willy Tarreau af580f659c MINOR: pools: disable redundant poisonning on pool_free()
The poisonning performed on pool_free() used to help a little bit with
use-after-free detection, but usually did more harm than good in that
it was never possible to perform post-mortem analysis on released
objects once poisonning was enabled on allocation. Now that there is
a dedicated DEBUG_POOL_INTEGRITY, let's get rid of this annoyance
which is not even documented in the management manual.
2022-02-23 17:11:33 +01:00
..
buffer-api.txt DOC: internals: move some API definitions to an "api" subdirectory 2021-11-05 11:53:22 +01:00
filters.txt [RELEASE] Released version 2.5-dev13 2021-11-06 09:25:57 +01:00
htx-api.txt DOC: internals: move some API definitions to an "api" subdirectory 2021-11-05 11:53:22 +01:00
initcalls.txt DOC: internals: document the pools architecture and API 2022-01-11 14:51:41 +01:00
ist.txt DOC: internals: document the IST API 2021-11-08 16:50:48 +01:00
list.txt CLEANUP: assorted typo fixes in the code and comments This is 29th iteration of typo fixes 2022-01-03 14:40:58 +01:00
pools.txt MINOR: pools: disable redundant poisonning on pool_free() 2022-02-23 17:11:33 +01:00
scheduler.txt CLEANUP: assorted typo fixes in the code and comments This is 29th iteration of typo fixes 2022-01-03 14:40:58 +01:00