Files
2025-10-06 00:14:04 -04:00

21 lines
914 B
Plaintext

==2764926== Memcheck, a memory error detector
==2764926== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
==2764926== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info
==2764926== Command: ../y86 -H inputs/simple.o
==2764926==
01 00 00 01 10 00 02 00 58 00 70 00 45 4c 46 00
Mini-ELF version 1
Entry point 0x100
There are 2 program headers, starting at offset 16 (0x10)
There is a symbol table starting at offset 88 (0x58)
There is a string table starting at offset 112 (0x70)
==2764926==
==2764926== HEAP SUMMARY:
==2764926== in use at exit: 0 bytes in 0 blocks
==2764926== total heap usage: 3 allocs, 3 frees, 16,856 bytes allocated
==2764926==
==2764926== All heap blocks were freed -- no leaks are possible
==2764926==
==2764926== For lists of detected and suppressed errors, rerun with: -s
==2764926== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)