Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2020
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. bash-5.0$ valgrind ./a.out < main.c
  2. ==3841== Memcheck, a memory error detector
  3. ==3841== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
  4. ==3841== Using Valgrind-3.15.0 and LibVEX; rerun with -h for copyright info
  5. ==3841== Command: ./a.out
  6. ==3841==
  7. ==3841==ASan runtime does not come first in initial library list; you should either link runtime to your application or manually preload it with LD_PRELOAD.
  8. ==3841==
  9. ==3841== HEAP SUMMARY:
  10. ==3841== in use at exit: 0 bytes in 0 blocks
  11. ==3841== total heap usage: 0 allocs, 0 frees, 0 bytes allocated
  12. ==3841==
  13. ==3841== All heap blocks were freed -- no leaks are possible
  14. ==3841==
  15. ==3841== For lists of detected and suppressed errors, rerun with: -s
  16. ==3841== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement