Initial commit
This commit is contained in:
23
p2-load/tests/valgrind/A_mem_conflict.txt
Normal file
23
p2-load/tests/valgrind/A_mem_conflict.txt
Normal file
@@ -0,0 +1,23 @@
|
||||
==2765248== Memcheck, a memory error detector
|
||||
==2765248== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
|
||||
==2765248== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info
|
||||
==2765248== Command: ../y86 -m -M inputs/simple.o
|
||||
==2765248==
|
||||
Usage: ../y86 <option(s)> mini-elf-file
|
||||
Options are:
|
||||
-h Display usage
|
||||
-H Show the Mini-ELF header
|
||||
-a Show all with brief memory
|
||||
-f Show all with full memory
|
||||
-s Show the program headers
|
||||
-m Show the memory contents (brief)
|
||||
-M Show the memory contents (full)
|
||||
==2765248==
|
||||
==2765248== HEAP SUMMARY:
|
||||
==2765248== in use at exit: 0 bytes in 0 blocks
|
||||
==2765248== total heap usage: 1 allocs, 1 frees, 8,192 bytes allocated
|
||||
==2765248==
|
||||
==2765248== All heap blocks were freed -- no leaks are possible
|
||||
==2765248==
|
||||
==2765248== For lists of detected and suppressed errors, rerun with: -s
|
||||
==2765248== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|
||||
Reference in New Issue
Block a user