Created
June 13, 2015 08:48
-
-
Save yalla/bcc25378c076d06d9bdb to your computer and use it in GitHub Desktop.
New valgrind for yalla/stripe
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[alex@zmachine stripe]$ valgrind --leak-check=full ./stripe -r ~/Downloads/gtp-u.pcap -w foo.bla | |
==23267== Memcheck, a memory error detector | |
==23267== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al. | |
==23267== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info | |
==23267== Command: ./stripe -r /home/alex/Downloads/gtp-u.pcap -w foo.bla | |
==23267== | |
Reassembling... | |
Decapsulating... | |
102 frames processed. | |
==23267== | |
==23267== HEAP SUMMARY: | |
==23267== in use at exit: 0 bytes in 0 blocks | |
==23267== total heap usage: 214 allocs, 214 frees, 30,024 bytes allocated | |
==23267== | |
==23267== All heap blocks were freed -- no leaks are possible | |
==23267== | |
==23267== For counts of detected and suppressed errors, rerun with: -v | |
==23267== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment