Programming Tools - Valgrind

Reading time ~1 minute

Valgrind: Memory Mismanagement Detector

Download


wget http://valgrind.org/downloads/valgrind-3.11.0.tar.bz2

Install

bzip2 -d valgrind-3.11.0.tar.bz2
tar -xvf valgrind-3.11.0.tar
cd valgrind-3.11.0
./configure
make
make install ____ ## Usage

An example:

__ valgrind –tool=memcheck –leak-check=yes __

Useful Linux Software

Ubuntu Software Installation Continue reading

Useful user-defined LaTeX commands

Published on November 27, 2016