Releases: stcarrez/mat
Releases · stcarrez/mat
1.1.0
MAT 1.0.0
This is the first release of MAT, a Memory Analysis Tool.
MAT is a memory analysis tool that monitors calls to malloc, realloc and free calls. It works with a small shared library libmat.so
that is loaded into the program with the LD_PRELOAD
dynamic linker feature.
This version has been compiled on Ubuntu 14.0.4 for Intel. The instrumentation library has been
compiled and used successfully on Intel, Mips 34K and ARM.