Files
CS261-Computer-Systems-I/p3-disas/tests/valgrind/D_onebyte.txt
2025-10-06 00:14:04 -04:00

22 lines
949 B
Plaintext

==2060670== Memcheck, a memory error detector
==2060670== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
==2060670== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info
==2060670== Command: ../y86 -d inputs/onebyte.o
==2060670==
Disassembly of executable contents:
0x100: | .pos 0x100 code
0x100: | _start:
0x100: 00 | halt
0x101: 10 | nop
0x102: 90 | ret
==2060670==
==2060670== HEAP SUMMARY:
==2060670== in use at exit: 0 bytes in 0 blocks
==2060670== total heap usage: 3 allocs, 3 frees, 16,856 bytes allocated
==2060670==
==2060670== All heap blocks were freed -- no leaks are possible
==2060670==
==2060670== For lists of detected and suppressed errors, rerun with: -s
==2060670== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)