haproxy/include
Willy Tarreau 23a5c396ec DEBUG: pools: apply poisonning on every allocated pool
Till now, when memory poisonning was enabled, it used to be done only
after a calloc(). But sometimes it's not enough to detect unexpected
sharing, so let's ensure that we now poison every allocation once it's
in place. Note that enabling poisonning significantly hurts performance
(it can typically half the overall performance).
2014-11-25 13:48:43 +01:00
..
common DEBUG: pools: apply poisonning on every allocated pool 2014-11-25 13:48:43 +01:00
import
proto BUG/MEDIUM: pattern: don't load more than once a pattern list. 2014-11-24 15:40:16 +01:00
types MAJOR: namespace: add Linux network namespace support 2014-11-21 07:51:57 +01:00