Memory Supervision System |
|
Main page |
Note: development of this project has been stopped. Contact me if you wish to take over this project.IntroductionMemory Supervision System is a tool for detecting dynamic memory allocation bugs and gathering memory usage information in C and C++ programs. It is written in standard C and C++ so it is portable across different platforms/compilers - it works with various versions of GCC from 2.7.2.1 to 3.0.3, Borland C++ 5.02, and porting it to other compilers shouldn't be too hard. MSS helps to detect following types of bugs:
MSS is able to log following information:
Also it is possible to stress-test applications by simulating low memory condition (making certain percentage of memory allocations fail). MSS was originaly developed by Peter Palotas and Juan Jesus Alcolea Picazo. Current maintainer and web site author is Laurynas Biveinis. |