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

21 lines
935 B
Plaintext

==2061670== Memcheck, a memory error detector
==2061670== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
==2061670== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info
==2061670== Command: ../y86 -D inputs/rodata_multi.o
==2061670==
Disassembly of data contents:
0x200: | .pos 0x200 rodata
0x200: 66 6f 6f 00 | .string "foo"
0x204: 77 30 30 74 00 | .string "w00t"
0x209: 75 70 20 64 6f 77 6e 00 | .string "up down"
==2061670==
==2061670== HEAP SUMMARY:
==2061670== in use at exit: 0 bytes in 0 blocks
==2061670== total heap usage: 3 allocs, 3 frees, 16,856 bytes allocated
==2061670==
==2061670== All heap blocks were freed -- no leaks are possible
==2061670==
==2061670== For lists of detected and suppressed errors, rerun with: -s
==2061670== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)