Created
December 19, 2010 18:27
-
-
Save wsdookadr/747566 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| ==7102== Memcheck, a memory error detector | |
| ==7102== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al. | |
| ==7102== Using Valgrind-3.6.0.SVN-Debian and LibVEX; rerun with -h for copyright info | |
| ==7102== Command: ls | |
| ==7102== | |
| ==7102== | |
| ==7102== HEAP SUMMARY: | |
| ==7102== in use at exit: 13,803 bytes in 14 blocks | |
| ==7102== total heap usage: 49 allocs, 35 frees, 49,070 bytes allocated | |
| ==7102== | |
| ==7102== LEAK SUMMARY: | |
| ==7102== definitely lost: 0 bytes in 0 blocks | |
| ==7102== indirectly lost: 0 bytes in 0 blocks | |
| ==7102== possibly lost: 0 bytes in 0 blocks | |
| ==7102== still reachable: 13,803 bytes in 14 blocks | |
| ==7102== suppressed: 0 bytes in 0 blocks | |
| ==7102== Reachable blocks (those to which a pointer was found) are not shown. | |
| ==7102== To see them, rerun with: --leak-check=full --show-reachable=yes | |
| ==7102== | |
| ==7102== For counts of detected and suppressed errors, rerun with: -v | |
| ==7102== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 23 from 6) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment