malloc-log-lib.A shared object for Linux-Systems that you can preload into your binarys. It will trace malloc's and free's for you and give you stats about them in a logfile. I use Rust to build wrappers for malloc() and free(). Originally this is a project I made with C++. I tried to port it to Rust.