Memory Leak Detection
Dynamic analysis tools that can detect memory leaks among other problems include Valgrind, AddressSanitizer, LeakSanitizer, Dr. Memory, and Intel Inspector. These tools can detect memory problems in programs in multiple languages include C, C++, and Fortran.
2024
- 2024-08-01 – Valgrind memory leak detection on macOS
2022
- 2022-12-18 – Visual Studio memory leak detection
- 2022-10-03 – CMake CTest memcheck