mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-03-10 05:21:26 +00:00
When debugging a core file, it's sometimes convenient to be able to visit the released entries in the pools (typically last released session). Unfortunately the first bytes of these entries are destroyed by the link elements of the pool. And of course, most structures have their most accessed elements at the beginning of the structure (typically flags). Let's add a build-time option DEBUG_MEMORY_POOLS which allocates an extra pointer in each pool to put the link at the end of each pool item instead of the beginning. |
||
---|---|---|
.. | ||
common | ||
import | ||
proto | ||
types |