Skip to content

shrkamat/valg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RUNNING WITH VALGRIND
=====================

mkdir -p build
cd build; cmake ..; make
valgrind --trace-children=yes --leak-check=full --show-reachable=yes --error-limit=no --log-file=valgrind.log ./parent

About

Experiments with valgrind

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published