Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [vmatir@vitimiti-X200MA tests]$ valgrind ./main
- ==6869== Memcheck, a memory error detector
- ==6869== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
- ==6869== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info
- ==6869== Command: ./main
- ==6869==
- [+] NĂºmero: 399
- [-] CCCXCIX
- ==6869==
- ==6869== HEAP SUMMARY:
- ==6869== in use at exit: 72,704 bytes in 1 blocks
- ==6869== total heap usage: 6 allocs, 5 frees, 72,851 bytes allocated
- ==6869==
- ==6869== LEAK SUMMARY:
- ==6869== definitely lost: 0 bytes in 0 blocks
- ==6869== indirectly lost: 0 bytes in 0 blocks
- ==6869== possibly lost: 0 bytes in 0 blocks
- ==6869== still reachable: 72,704 bytes in 1 blocks
- ==6869== suppressed: 0 bytes in 0 blocks
- ==6869== Rerun with --leak-check=full to see details of leaked memory
- ==6869==
- ==6869== For counts of detected and suppressed errors, rerun with: -v
- ==6869== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
- [vmatir@vitimiti-X200MA tests]$
Advertisement
Add Comment
Please, Sign In to add comment