Output save_alt Download

Operation
crypto_sort
Primitive
int32
Implementation
herf
Compiler options
clang -O1 -g
Host
venus
1 error 0
2 92765b79972bd42078f964475a8edcd6175de16d47c4a1e2b3090f7d42ea6558 5161061 197647192 4300000000 crypto_sort/int32/herf
3 ==8228== Memcheck, a memory error detector
4 ==8228== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==8228== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==8228== Command: ./try
7 ==8228==
8 ==8228== Use of uninitialised value of size 8
9 ==8228== at 0x4018D1: RadixSort11 (sort.c:71)
10 ==8228== by 0x401872: crypto_sort_int32_herf (sort.c:133)
11 ==8228== by 0x400D19: timecop_doit (try.c:71)
12 ==8228== by 0x401540: main (try-anything.c:306)
13 ==8228== Uninitialised value was created by a client request
14 ==8228== at 0x400CFF: timecop_doit (try.c:70)
15 ==8228== by 0x401540: main (try-anything.c:306)
16 ==8228==
17 ==8228== Use of uninitialised value of size 8
18 ==8228== at 0x4018DF: RadixSort11 (sort.c:72)
19 ==8228== by 0x401872: crypto_sort_int32_herf (sort.c:133)
20 ==8228== by 0x400D19: timecop_doit (try.c:71)
21 ==8228== by 0x401540: main (try-anything.c:306)
22 ==8228== Uninitialised value was created by a client request
23 ==8228== at 0x400CFF: timecop_doit (try.c:70)
24 ==8228== by 0x401540: main (try-anything.c:306)
25 ==8228==
26 ==8228== Use of uninitialised value of size 8
27 ==8228== at 0x4018EF: RadixSort11 (sort.c:73)
28 ==8228== by 0x401872: crypto_sort_int32_herf (sort.c:133)
29 ==8228== by 0x400D19: timecop_doit (try.c:71)
30 ==8228== by 0x401540: main (try-anything.c:306)
31 ==8228== Uninitialised value was created by a client request
32 ==8228== at 0x400CFF: timecop_doit (try.c:70)
33 ==8228== by 0x401540: main (try-anything.c:306)
34 ==8228==
35 ==8228== Use of uninitialised value of size 8
36 ==8228== at 0x401988: RadixSort11 (sort.c:104)
37 ==8228== by 0x401872: crypto_sort_int32_herf (sort.c:133)
38 ==8228== by 0x400D19: timecop_doit (try.c:71)
39 ==8228== by 0x401540: main (try-anything.c:306)
40 ==8228== Uninitialised value was created by a client request
41 ==8228== at 0x400CFF: timecop_doit (try.c:70)
42 ==8228== by 0x401540: main (try-anything.c:306)
43 ==8228==
44 ==8228== Use of uninitialised value of size 8
45 ==8228== at 0x4019C6: RadixSort11 (sort.c:113)
46 ==8228== by 0x401872: crypto_sort_int32_herf (sort.c:133)
47 ==8228== by 0x400D19: timecop_doit (try.c:71)
48 ==8228== by 0x401540: main (try-anything.c:306)
49 ==8228== Uninitialised value was created by a client request
50 ==8228== at 0x400CFF: timecop_doit (try.c:70)
51 ==8228== by 0x401540: main (try-anything.c:306)
52 ==8228==
53 ==8228== Use of uninitialised value of size 8
54 ==8228== at 0x401A04: RadixSort11 (sort.c:123)
55 ==8228== by 0x401872: crypto_sort_int32_herf (sort.c:133)
56 ==8228== by 0x400D19: timecop_doit (try.c:71)
57 ==8228== by 0x401540: main (try-anything.c:306)
58 ==8228== Uninitialised value was created by a client request
59 ==8228== at 0x400CFF: timecop_doit (try.c:70)
60 ==8228== by 0x401540: main (try-anything.c:306)
61 ==8228==
62 ==8228==
63 ==8228== HEAP SUMMARY:
64 ==8228== in use at exit: 66,560 bytes in 4 blocks
65 ==8228== total heap usage: 10 allocs, 6 frees, 80,504 bytes allocated
66 ==8228==
67 ==8228== LEAK SUMMARY:
68 ==8228== definitely lost: 0 bytes in 0 blocks
69 ==8228== indirectly lost: 0 bytes in 0 blocks
70 ==8228== possibly lost: 66,560 bytes in 4 blocks
71 ==8228== still reachable: 0 bytes in 0 blocks
72 ==8228== suppressed: 0 bytes in 0 blocks
73 ==8228== Rerun with --leak-check=full to see details of leaked memory
74 ==8228==
75 ==8228== For lists of detected and suppressed errors, rerun with: -s
76 ==8228== ERROR SUMMARY: 9216 errors from 6 contexts (suppressed: 0 from 0)