Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 255 Bytes

File metadata and controls

7 lines (5 loc) · 255 Bytes

Trace malloc functions

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.