Valgrind memcheck

Last modified: 26 May 2024

Valgrind Memcheck is a tool that detects memory usage problems such as leaks, invalid memory access-s, incorrect memory releases, and undefined value references.

Valgrind integration in CLion works on Linux, macOS, and Windows with WSL (refer to Valgrind on WSL).