commit | 616491b7f73ed31ef38d65f53dfd0e0daaa98e23 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue May 11 09:26:23 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 11 14:14:30 2021 +0200 |
tree | c013d1cac8137e86a6f173a431bcda73e43560f4 | |
parent | 79acefa749dcafd1ad9aee5cdb85e5a57cf61b2c [diff] |
MINOR: memprof: also report the method used by each call This was planned but missing in the previous attempt, we really need to see what is used at each place, especially due to realloc(). Now we print the function used in front of the caller's address, as well as the average alloc/free size per call.