Pouknouki

Sortie valgrind

Mar 22nd, 2018
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. Run Summary: Type Total Ran Passed Failed Inactive
  2. suites 1 1 n/a 0 0
  3. tests 8 8 8 0 0
  4. asserts 23 23 23 0 n/a
  5.  
  6. Elapsed time = 0.078 seconds
  7. ==13622==
  8. ==13622== HEAP SUMMARY:
  9. ==13622== in use at exit: 880 bytes in 5 blocks
  10. ==13622== total heap usage: 113 allocs, 110 frees, 12,288 bytes allocated
  11. ==13622==
  12. ==13622== 16 bytes in 1 blocks are definitely lost in loss record 1 of 5
  13. ==13622== at 0x4C2AC23: malloc (vg_replace_malloc.c:299)
  14. ==13622== by 0x401F09: ajoute_tuile (grille.c:114)
  15. ==13622== by 0x403738: tests_dont_fill_lake (tests_unitaires_A.c:127)
  16. ==13622== by 0x4E3AC99: ??? (in /usr/lib/libcunit.so.1.0.1)
  17. ==13622== by 0x4E3AF27: ??? (in /usr/lib/libcunit.so.1.0.1)
  18. ==13622== by 0x4E3B2A5: CU_run_all_tests (in /usr/lib/libcunit.so.1.0.1)
  19. ==13622== by 0x403B61: main (tests_unitaires_A.c:193)
  20. ==13622==
  21. ==13622== 16 bytes in 1 blocks are definitely lost in loss record 2 of 5
  22. ==13622== at 0x4C2AC23: malloc (vg_replace_malloc.c:299)
  23. ==13622== by 0x401F09: ajoute_tuile (grille.c:114)
  24. ==13622== by 0x4037D7: tests_dont_fill_lake (tests_unitaires_A.c:138)
  25. ==13622== by 0x4E3AC99: ??? (in /usr/lib/libcunit.so.1.0.1)
  26. ==13622== by 0x4E3AF27: ??? (in /usr/lib/libcunit.so.1.0.1)
  27. ==13622== by 0x4E3B2A5: CU_run_all_tests (in /usr/lib/libcunit.so.1.0.1)
  28. ==13622== by 0x403B61: main (tests_unitaires_A.c:193)
  29. ==13622==
  30. ==13622== 32 bytes in 1 blocks are indirectly lost in loss record 3 of 5
  31. ==13622== at 0x4C2AC23: malloc (vg_replace_malloc.c:299)
  32. ==13622== by 0x40141E: rand_tuile (tuile.c:77)
  33. ==13622== by 0x401B60: nouvelle_grille_avec_tuile (grille.c:27)
  34. ==13622== by 0x4036C4: tests_dont_fill_lake (tests_unitaires_A.c:116)
  35. ==13622== by 0x4E3AC99: ??? (in /usr/lib/libcunit.so.1.0.1)
  36. ==13622== by 0x4E3AF27: ??? (in /usr/lib/libcunit.so.1.0.1)
  37. ==13622== by 0x4E3B2A5: CU_run_all_tests (in /usr/lib/libcunit.so.1.0.1)
  38. ==13622== by 0x403B61: main (tests_unitaires_A.c:193)
  39. ==13622==
  40. ==13622== 48 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 4 of 5
  41. ==13622== at 0x4C2AC23: malloc (vg_replace_malloc.c:299)
  42. ==13622== by 0x401F09: ajoute_tuile (grille.c:114)
  43. ==13622== by 0x401B95: nouvelle_grille_avec_tuile (grille.c:28)
  44. ==13622== by 0x4036C4: tests_dont_fill_lake (tests_unitaires_A.c:116)
  45. ==13622== by 0x4E3AC99: ??? (in /usr/lib/libcunit.so.1.0.1)
  46. ==13622== by 0x4E3AF27: ??? (in /usr/lib/libcunit.so.1.0.1)
  47. ==13622== by 0x4E3B2A5: CU_run_all_tests (in /usr/lib/libcunit.so.1.0.1)
  48. ==13622== by 0x403B61: main (tests_unitaires_A.c:193)
  49. ==13622==
  50. ==13622== 800 bytes in 1 blocks are definitely lost in loss record 5 of 5
  51. ==13622== at 0x4C2AC23: malloc (vg_replace_malloc.c:299)
  52. ==13622== by 0x401AEA: nouvelle_grille (grille.c:15)
  53. ==13622== by 0x401B57: nouvelle_grille_avec_tuile (grille.c:26)
  54. ==13622== by 0x4036C4: tests_dont_fill_lake (tests_unitaires_A.c:116)
  55. ==13622== by 0x4E3AC99: ??? (in /usr/lib/libcunit.so.1.0.1)
  56. ==13622== by 0x4E3AF27: ??? (in /usr/lib/libcunit.so.1.0.1)
  57. ==13622== by 0x4E3B2A5: CU_run_all_tests (in /usr/lib/libcunit.so.1.0.1)
  58. ==13622== by 0x403B61: main (tests_unitaires_A.c:193)
  59. ==13622==
  60. ==13622== LEAK SUMMARY:
  61. ==13622== definitely lost: 848 bytes in 4 blocks
  62. ==13622== indirectly lost: 32 bytes in 1 blocks
  63. ==13622== possibly lost: 0 bytes in 0 blocks
  64. ==13622== still reachable: 0 bytes in 0 blocks
  65. ==13622== suppressed: 0 bytes in 0 blocks
  66. ==13622==
  67. ==13622== For counts of detected and suppressed errors, rerun with: -v
  68. ==13622== ERROR SUMMARY: 1318 errors from 13 contexts (suppressed: 0 from 0)
  69. thomaskowalski@Thomas:/mnt/d/Users/thoma/Documents/ENSIIE/Honshu_V2$
Advertisement
Add Comment
Please, Sign In to add comment