mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-26 14:34:29 +02:00
The pools memory usage calculation was done using ints by default, making it harder to identify large ones. Let's switch to unsigned long for the size calculations.