Output save_alt Download

Operation
crypto_sort
Primitive
int32
Implementation
aspas
Compiler options
g++ -march=native -mtune=native -O -fomit-frame-pointer -fwrapv
Host
venus
1 error 0
2 92765b79972bd42078f964475a8edcd6175de16d47c4a1e2b3090f7d42ea6558 4099367 178632056 4300000000 crypto_sort/int32/aspas
3 ==9543== Memcheck, a memory error detector
4 ==9543== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==9543== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==9543== Command: ./try
7 ==9543==
8 ==9543== Conditional jump or move depends on uninitialised value(s)
9 ==9543== at 0x10A3C7: std::enable_if::value, void>::type aspas::merge(int*, unsigned int, int*, unsigned int, int*) (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
10 ==9543== by 0x10ABCC: void aspas::internal::merger(int*&, unsigned int) (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
11 ==9543== by 0x109DB7: crypto_sort_int32_aspas (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
12 ==9543== by 0x109113: timecop_doit() (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
13 ==9543== by 0x109BAA: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
14 ==9543== Uninitialised value was created by a client request
15 ==9543== at 0x1090F9: timecop_doit() (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
16 ==9543== by 0x109BAA: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
17 ==9543==
18 ==9543== Conditional jump or move depends on uninitialised value(s)
19 ==9543== at 0x10A3C7: std::enable_if::value, void>::type aspas::merge(int*, unsigned int, int*, unsigned int, int*) (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
20 ==9543== by 0x10ACDA: void aspas::internal::merger(int*&, unsigned int) (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
21 ==9543== by 0x109DB7: crypto_sort_int32_aspas (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
22 ==9543== by 0x109113: timecop_doit() (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
23 ==9543== by 0x109BAA: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
24 ==9543== Uninitialised value was created by a client request
25 ==9543== at 0x1090F9: timecop_doit() (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
26 ==9543== by 0x109BAA: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
27 ==9543==
28 ==9543==
29 ==9543== HEAP SUMMARY:
30 ==9543== in use at exit: 66,560 bytes in 4 blocks
31 ==9543== total heap usage: 16 allocs, 12 frees, 182,332 bytes allocated
32 ==9543==
33 ==9543== LEAK SUMMARY:
34 ==9543== definitely lost: 0 bytes in 0 blocks
35 ==9543== indirectly lost: 0 bytes in 0 blocks
36 ==9543== possibly lost: 66,560 bytes in 4 blocks
37 ==9543== still reachable: 0 bytes in 0 blocks
38 ==9543== suppressed: 0 bytes in 0 blocks
39 ==9543== Rerun with --leak-check=full to see details of leaked memory
40 ==9543==
41 ==9543== For lists of detected and suppressed errors, rerun with: -s
42 ==9543== ERROR SUMMARY: 802 errors from 2 contexts (suppressed: 0 from 0)