Skip to content

Releases: stcarrez/mat

1.1.0

19 Aug 15:19
Compare
Choose a tag to compare
  • Update for binutils 2.34 and Ada BFD
  • Update for Ada Utility Library 2.4.0
  • Fix monitoring of calloc with glibc
  • Add colors in mat analysis

MAT 1.0.0

24 May 16:05
Compare
Choose a tag to compare

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.