From b63f2c1b8423d21fe00b4904b289618db60b8fc7 Mon Sep 17 00:00:00 2001 From: Giovanna Stefanelli <giovanna.stefanelli@student.uclouvain.be> Date: Sun, 26 Apr 2020 16:36:49 +0200 Subject: [PATCH] Update valgrind_output.txt --- valgrind_output.txt | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/valgrind_output.txt b/valgrind_output.txt index 7e464b6..a464b0d 100644 --- a/valgrind_output.txt +++ b/valgrind_output.txt @@ -1,19 +1,22 @@ -==4924== Memcheck, a memory error detector -==4924== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. -==4924== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info -==4924== Command: ./fact -==4924== +==25902== Memcheck, a memory error detector +==25902== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. +==25902== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info +==25902== Command: ./fact +==25902== +!!! WARNING: ONLY POSITIVE NUMBER AND >2 ARE ACCEPTED !!! +OTHERWISE THE PROGRAMME CANNOT RUN CORRECTLY + Many or few arguments Correct command syntax: ./fact [-N number_of_threads] input_file.txt output_file.txt -==4924== -==4924== HEAP SUMMARY: -==4924== in use at exit: 0 bytes in 0 blocks -==4924== total heap usage: 1 allocs, 1 frees, 4,096 bytes allocated -==4924== -==4924== All heap blocks were freed -- no leaks are possible -==4924== -==4924== For counts of detected and suppressed errors, rerun with: -v -==4924== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) \ No newline at end of file +==25902== +==25902== HEAP SUMMARY: +==25902== in use at exit: 0 bytes in 0 blocks +==25902== total heap usage: 1 allocs, 1 frees, 4,096 bytes allocated +==25902== +==25902== All heap blocks were freed -- no leaks are possible +==25902== +==25902== For counts of detected and suppressed errors, rerun with: -v +==25902== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) -- GitLab