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

25 lines
1.1 KiB
Plaintext

==2062146== Memcheck, a memory error detector
==2062146== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
==2062146== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info
==2062146== Command: ../y86 -D inputs/rodata_long.o
==2062146==
Disassembly of data contents:
0x200: | .pos 0x200 rodata
0x200: 30 31 32 33 34 35 36 37 38 39 | .string "0123456789"
0x20a: 00 |
0x20b: 68 65 6c 6c 6f 20 77 6f 72 6c | .string "hello world"
0x215: 64 00 |
0x217: 61 62 63 64 65 66 67 68 69 6a | .string "abcdefghijklmnopqrstuvwxyz"
0x221: 6b 6c 6d 6e 6f 70 71 72 73 74 |
0x22b: 75 76 77 78 79 7a 00 |
==2062146==
==2062146== HEAP SUMMARY:
==2062146== in use at exit: 0 bytes in 0 blocks
==2062146== total heap usage: 3 allocs, 3 frees, 16,856 bytes allocated
==2062146==
==2062146== All heap blocks were freed -- no leaks are possible
==2062146==
==2062146== For lists of detected and suppressed errors, rerun with: -s
==2062146== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)