Commit ad1e986d authored by Cedric Roux's avatar Cedric Roux

- Valgrind script to track memories leackages

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4688 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 3c4bda72
#!/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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment