Advertisement
Guest User

Untitled

a guest
Jul 28th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. ==7307== Memcheck, a memory error detector
  2. ==7307== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
  3. ==7307== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info
  4. ==7307== Command: ./a.out
  5. ==7307==
  6. Starting Libevent 2.0.20-stable.
  7. Available methods are:
  8. epoll
  9. poll
  10. select
  11. ==7307==
  12. ==7307== HEAP SUMMARY:
  13. ==7307== in use at exit: 32 bytes in 1 blocks
  14. ==7307== total heap usage: 1 allocs, 0 frees, 32 bytes allocated
  15. ==7307==
  16. ==7307== 32 bytes in 1 blocks are still reachable in loss record 1 of 1
  17. ==7307== at 0x4C2CC70: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  18. ==7307== by 0x4E48F6C: event_get_supported_methods (event.c:900)
  19. ==7307== by 0x400760: main (in /home/basavesh/practice/libevent/a.out)
  20. ==7307==
  21. ==7307== LEAK SUMMARY:
  22. ==7307== definitely lost: 0 bytes in 0 blocks
  23. ==7307== indirectly lost: 0 bytes in 0 blocks
  24. ==7307== possibly lost: 0 bytes in 0 blocks
  25. ==7307== still reachable: 32 bytes in 1 blocks
  26. ==7307== suppressed: 0 bytes in 0 blocks
  27. ==7307==
  28. ==7307== For counts of detected and suppressed errors, rerun with: -v
  29. ==7307== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement