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

25 lines
1.1 KiB
Plaintext

==2061103== Memcheck, a memory error detector
==2061103== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
==2061103== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info
==2061103== Command: ../y86 -d inputs/iotrap.o
==2061103==
Disassembly of executable contents:
0x100: | .pos 0x100 code
0x100: | _start:
0x100: c0 | iotrap 0
0x101: c1 | iotrap 1
0x102: c2 | iotrap 2
0x103: c3 | iotrap 3
0x104: c4 | iotrap 4
0x105: c5 | iotrap 5
==2061103==
==2061103== HEAP SUMMARY:
==2061103== in use at exit: 0 bytes in 0 blocks
==2061103== total heap usage: 3 allocs, 3 frees, 16,856 bytes allocated
==2061103==
==2061103== All heap blocks were freed -- no leaks are possible
==2061103==
==2061103== For lists of detected and suppressed errors, rerun with: -s
==2061103== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)