CLion
 
Get CLion
You are viewing the documentation for an earlier version of CLion.

Valgrind memcheck

Last modified: 22 September 2021

OS: Linux / macOS / Windows via WSL

Project format: CMake/ Makefile/ compilation database with custom build targets/ Gradle

Toolchain: local / remote/ WSL

Valgrind Memcheck is a tool for detecting memory-usage problems such as leaks, invalid memory access, incorrect freeing, and referencing undefined values.

Valgrind integration in CLion works on Linux, macOS, and Windows via WSL (see Valgrind on WSL).