MINOR: memprof: also report the method used by each call
authorWilly Tarreau <w@1wt.eu>
Tue, 11 May 2021 07:26:23 +0000 (09:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 11 May 2021 12:14:30 +0000 (14:14 +0200)
commit616491b7f73ed31ef38d65f53dfd0e0daaa98e23
treec013d1cac8137e86a6f173a431bcda73e43560f4
parent79acefa749dcafd1ad9aee5cdb85e5a57cf61b2c
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.
src/activity.c