commit | a6026a0c92ec503303e095e9c1b7cfb5b061d661 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jul 02 09:14:48 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jul 02 09:14:48 2020 +0200 |
tree | b913aff4ee0ca5341fc3ba5bcb9c6659a8affc98 | |
parent | d1ba552e41731266b89342628f403bf6b1ceb67c [diff] |
MINOR: debug: add a new "debug dev memstats" command Now when building with -DDEBUG_MEM_STATS, some malloc/calloc/strdup/realloc stats are kept per file+line number and may be displayed and even reset on the CLI using "debug dev memstats". This allows to easily track potential leakers or abnormal usages.