vitimiti

Untitled

Jun 24th, 2015
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. [vmatir@vitimiti-X200MA tests]$ valgrind ./main
  2. ==6869== Memcheck, a memory error detector
  3. ==6869== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
  4. ==6869== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info
  5. ==6869== Command: ./main
  6. ==6869==
  7. [+] NĂºmero: 399
  8. [-] CCCXCIX
  9. ==6869==
  10. ==6869== HEAP SUMMARY:
  11. ==6869== in use at exit: 72,704 bytes in 1 blocks
  12. ==6869== total heap usage: 6 allocs, 5 frees, 72,851 bytes allocated
  13. ==6869==
  14. ==6869== LEAK SUMMARY:
  15. ==6869== definitely lost: 0 bytes in 0 blocks
  16. ==6869== indirectly lost: 0 bytes in 0 blocks
  17. ==6869== possibly lost: 0 bytes in 0 blocks
  18. ==6869== still reachable: 72,704 bytes in 1 blocks
  19. ==6869== suppressed: 0 bytes in 0 blocks
  20. ==6869== Rerun with --leak-check=full to see details of leaked memory
  21. ==6869==
  22. ==6869== For counts of detected and suppressed errors, rerun with: -v
  23. ==6869== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
  24. [vmatir@vitimiti-X200MA tests]$
Advertisement
Add Comment
Please, Sign In to add comment