A memory allocation profiler for C and C++ programs
Description:
Mpr finds malloc and realloc memory leaks and memory allocation statistics by using a simple, brute force strategy, it logs all malloc and free calls to a file and post processes this log file when the program terminates.