commit | 23a5c396ec268f6cf1958d73b56cd107c4d9ef18 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Nov 25 13:45:16 2014 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Nov 25 13:48:43 2014 +0100 |
tree | 56f1a61c0d48a078b797b53e88e35f6d3cd193e3 | |
parent | f399b0debfc6c7dc17c6ad503885c911493add56 [diff] |
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).