Advertisement
Guest User

Untitled

a guest
May 7th, 2013
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. valgrind --show-reachable=yes --leak-check=full ./classifier_lda
  2. ==8327== Memcheck, a memory error detector
  3. ==8327== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al.
  4. ==8327== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info
  5. ==8327== Command: ./classifier_lda
  6. ==8327==
  7. vector=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]
  8. ==8327==
  9. ==8327== HEAP SUMMARY:
  10. ==8327== in use at exit: 0 bytes in 0 blocks
  11. ==8327== total heap usage: 772 allocs, 772 frees, 117,776 bytes allocated
  12. ==8327==
  13. ==8327== All heap blocks were freed -- no leaks are possible
  14. ==8327==
  15. ==8327== For counts of detected and suppressed errors, rerun with: -v
  16. ==8327== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement