Output save_alt Download

Operation
crypto_stream
Primitive
chacha8
Implementation
amd64-ssse3
Compiler options
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
Host
venus
1 error 0
2 ==25607== Memcheck, a memory error detector
3 ==25607== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
4 ==25607== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
5 ==25607== Command: ./try
6 ==25607==
7 ==25607==
8 ==25607== Process terminating with default action of signal 11 (SIGSEGV)
9 ==25607== General Protection Fault
10 ==25607== at 0x4026B4: ??? (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
11 ==25607==
12 ==25607== HEAP SUMMARY:
13 ==25607== in use at exit: 43,520 bytes in 10 blocks
14 ==25607== total heap usage: 15 allocs, 5 frees, 53,368 bytes allocated
15 ==25607==
16 ==25607== LEAK SUMMARY:
17 ==25607== definitely lost: 0 bytes in 0 blocks
18 ==25607== indirectly lost: 0 bytes in 0 blocks
19 ==25607== possibly lost: 43,520 bytes in 10 blocks
20 ==25607== still reachable: 0 bytes in 0 blocks
21 ==25607== suppressed: 0 bytes in 0 blocks
22 ==25607== Rerun with --leak-check=full to see details of leaked memory
23 ==25607==
24 ==25607== For lists of detected and suppressed errors, rerun with: -s
25 ==25607== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)