Files
CS261-Computer-Systems-I/p2-load/tests/valgrind/C_simple_s.txt

18 lines
830 B
Plaintext
Raw Normal View History

2025-10-06 00:14:04 -04:00
==2764935== Memcheck, a memory error detector
==2764935== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
==2764935== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info
==2764935== Command: ../y86 -s inputs/simple.o
==2764935==
Segment Offset Size VirtAddr Type Flags
00 0x0038 0x0015 0x0100 CODE R X
01 0x004d 0x000b 0x0200 DATA RW
==2764935==
==2764935== HEAP SUMMARY:
==2764935== in use at exit: 0 bytes in 0 blocks
==2764935== total heap usage: 3 allocs, 3 frees, 16,856 bytes allocated
==2764935==
==2764935== All heap blocks were freed -- no leaks are possible
==2764935==
==2764935== For lists of detected and suppressed errors, rerun with: -s
==2764935== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)