Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions homework/resourceD/valgrind-output.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
==45963== Memcheck, a memory error detector
==45963== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==45963== Using Valgrind-3.15.0 and LibVEX; rerun with -h for copyright info
==45963== Command: ./ResourceD
==45963==
You need to pass 1 argument
==45963==
==45963== HEAP SUMMARY:
==45963== in use at exit: 0 bytes in 0 blocks
==45963== total heap usage: 1 allocs, 1 frees, 72,704 bytes allocated
==45963==
==45963== All heap blocks were freed -- no leaks are possible
==45963==
==45963== For lists of detected and suppressed errors, rerun with: -s
==45963== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)

valgrind ./ResourceD
Loading