Initial commit
This commit is contained in:
18
p3-disas/tests/valgrind/A_rodata.txt
Normal file
18
p3-disas/tests/valgrind/A_rodata.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
==2061510== Memcheck, a memory error detector
|
||||
==2061510== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
|
||||
==2061510== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info
|
||||
==2061510== Command: ../y86 -D inputs/rodata.o
|
||||
==2061510==
|
||||
Disassembly of data contents:
|
||||
0x200: | .pos 0x200 rodata
|
||||
0x200: 68 65 6c 6c 6f 00 | .string "hello"
|
||||
|
||||
==2061510==
|
||||
==2061510== HEAP SUMMARY:
|
||||
==2061510== in use at exit: 0 bytes in 0 blocks
|
||||
==2061510== total heap usage: 3 allocs, 3 frees, 16,856 bytes allocated
|
||||
==2061510==
|
||||
==2061510== All heap blocks were freed -- no leaks are possible
|
||||
==2061510==
|
||||
==2061510== For lists of detected and suppressed errors, rerun with: -s
|
||||
==2061510== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|
||||
Reference in New Issue
Block a user