Skip to content

Instantly share code, notes, and snippets.

@nforay
Created October 28, 2020 17:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nforay/cc2233d9e3b6daee35bdc844f8451363 to your computer and use it in GitHub Desktop.
Save nforay/cc2233d9e3b6daee35bdc844f8451363 to your computer and use it in GitHub Desktop.
valgrind_log
==18698== Memcheck, a memory error detector
==18698== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==18698== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info
==18698== Command: ./Cub3D maps/1-map.cub
==18698== Parent PID: 1915
==18698==
==18698==
==18698== HEAP SUMMARY:
==18698== in use at exit: 0 bytes in 0 blocks
==18698== total heap usage: 2,176 allocs, 2,176 frees, 1,929,720 bytes allocated
==18698==
==18698== All heap blocks were freed -- no leaks are possible
==18698==
==18698== For counts of detected and suppressed errors, rerun with: -v
==18698== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment