Skip to content
Snippets Groups Projects
Commit ad1e986d authored by Cédric Roux's avatar Cédric Roux
Browse files

- Valgrind script to track memories leackages

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4688 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 3c4bda72
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
valgrind --tool=memcheck --leak-check=full --show-reachable=yes --num-callers=20 --track-origins=yes --track-fds=yes ./oaisim -b1 -u1 -F -n100 2>leakage
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment