Valgrind memcheck

Last modified: 18 February 2025

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).