memtt / malt

MALT is a MALloc Tracker to find where and how your made your memory allocations in C/C++/Fortran applications.
https://memtt.github.io/malt/
Other
106 stars 15 forks source link

List all allocators .so in the GUI (custom) #88

Open svalat opened 7 months ago

svalat commented 7 months ago

With --wrap option of malt we can also intercept custom allocators.

Need see if I can list all the related .so in the summary page when listing the libs with the allocators intercepted.

If I didn't forgot myself, I'm currently printing only the one for the default malloc symbol.