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

21 lines
931 B
Plaintext

==2061441== Memcheck, a memory error detector
==2061441== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
==2061441== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info
==2061441== Command: ../y86 -D inputs/data.o
==2061441==
Disassembly of data contents:
0x200: | .pos 0x200 data
0x200: 88 77 66 55 44 33 22 11 | .quad 0x1122334455667788
0x208: 78 56 34 12 00 00 00 00 | .quad 0x12345678
0x210: 42 00 00 00 00 00 00 00 | .quad 0x42
==2061441==
==2061441== HEAP SUMMARY:
==2061441== in use at exit: 0 bytes in 0 blocks
==2061441== total heap usage: 3 allocs, 3 frees, 16,856 bytes allocated
==2061441==
==2061441== All heap blocks were freed -- no leaks are possible
==2061441==
==2061441== For lists of detected and suppressed errors, rerun with: -s
==2061441== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)