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

23 lines
1.0 KiB
Plaintext

==2060757== Memcheck, a memory error detector
==2060757== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
==2060757== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info
==2060757== Command: ../y86 -d inputs/twobyte.o
==2060757==
Disassembly of executable contents:
0x100: | .pos 0x100 code
0x100: | _start:
0x100: 20 01 | rrmovq %rax, %rcx
0x102: 60 23 | addq %rdx, %rbx
0x104: a0 6f | pushq %rsi
0x106: b0 7f | popq %rdi
==2060757==
==2060757== HEAP SUMMARY:
==2060757== in use at exit: 0 bytes in 0 blocks
==2060757== total heap usage: 3 allocs, 3 frees, 16,856 bytes allocated
==2060757==
==2060757== All heap blocks were freed -- no leaks are possible
==2060757==
==2060757== For lists of detected and suppressed errors, rerun with: -s
==2060757== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)