ungureanuvladvictor

Untitled

Dec 8th, 2013
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. vlad@torrentBox:~$ valgrind ./main
  2. ==8629== Memcheck, a memory error detector
  3. ==8629== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al.
  4. ==8629== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info
  5. ==8629== Command: ./main
  6. ==8629==
  7. 0x41f7028
  8. (nil)
  9. ==8629==
  10. ==8629== HEAP SUMMARY:
  11. ==8629== in use at exit: 4 bytes in 1 blocks
  12. ==8629== total heap usage: 1 allocs, 0 frees, 4 bytes allocated
  13. ==8629==
  14. ==8629== LEAK SUMMARY:
  15. ==8629== definitely lost: 4 bytes in 1 blocks
  16. ==8629== indirectly lost: 0 bytes in 0 blocks
  17. ==8629== possibly lost: 0 bytes in 0 blocks
  18. ==8629== still reachable: 0 bytes in 0 blocks
  19. ==8629== suppressed: 0 bytes in 0 blocks
  20. ==8629== Rerun with --leak-check=full to see details of leaked memory
  21. ==8629==
  22. ==8629== For counts of detected and suppressed errors, rerun with: -v
  23. ==8629== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
Advertisement
Add Comment
Please, Sign In to add comment