You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ltrace and friends can be quite slow. This tool creates a shared
library that logs malloc+ functions to in-memory buffers and
periodically dumps the log in binary to a file.
The log can be unpacked with the associated utility.
About
Traces malloc-related functions faster than ltrace