fractol/libft/tests/tmp/memorycheck

15 lines
651 B
Plaintext
Raw Normal View History

2023-10-26 18:33:42 +02:00
==2829519== Memcheck, a memory error detector
==2829519== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
==2829519== Using Valgrind-3.21.0 and LibVEX; rerun with -h for copyright info
==2829519== Command: ./tests/tmp/binary
==2829519==
==2829519==
==2829519== HEAP SUMMARY:
==2829519== in use at exit: 0 bytes in 0 blocks
==2829519== total heap usage: 0 allocs, 0 frees, 0 bytes allocated
==2829519==
==2829519== All heap blocks were freed -- no leaks are possible
==2829519==
==2829519== For lists of detected and suppressed errors, rerun with: -s
==2829519== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)