Files
CS261-Computer-Systems-I/p4-interp/tests/valgrind/B_simple_entry.txt
2025-10-06 00:14:04 -04:00

27 lines
1.1 KiB
Plaintext

==4085426== Memcheck, a memory error detector
==4085426== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
==4085426== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info
==4085426== Command: ../y86 -e inputs/simple_entry.o
==4085426==
Beginning execution at 0x0250
Y86 CPU state:
PC: 0000000000000264 flags: Z0 S0 O0 HLT
%rax: 0000000000000005 %rcx: 0000000000000003
%rdx: 0000000000000000 %rbx: 0000000000000000
%rsp: 0000000000000f00 %rbp: 0000000000000000
%rsi: 0000000000000000 %rdi: 0000000000000000
%r8: 0000000000000000 %r9: 0000000000000000
%r10: 0000000000000000 %r11: 0000000000000000
%r12: 0000000000000000 %r13: 0000000000000000
%r14: 0000000000000000
Total execution count: 7
==4085426==
==4085426== HEAP SUMMARY:
==4085426== in use at exit: 0 bytes in 0 blocks
==4085426== total heap usage: 3 allocs, 3 frees, 16,856 bytes allocated
==4085426==
==4085426== All heap blocks were freed -- no leaks are possible
==4085426==
==4085426== For lists of detected and suppressed errors, rerun with: -s
==4085426== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)