forked from hyrise/hyrise
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.valgrind-ignore.txt
63 lines (57 loc) · 923 Bytes
/
.valgrind-ignore.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
<sqlite3-malloc-possible>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
...
obj:*libsqlite3.so.*
...
}
{
<sqlite3-malloc-definite>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
...
obj:*libsqlite3.so.*
...
}
{
<sqlite3-realloc>
Memcheck:Leak
match-leak-kinds: possible
fun:realloc
...
obj:*libsqlite3.so.*
...
}
{
<gtest_says_to_ignore_this_1>
Memcheck:Value8
...
fun:*PrintByteSegmentInObjectTo*
...
}
{
<gtest_says_to_ignore_this_2>
Memcheck:Cond
...
fun:*PrintByteSegmentInObjectTo*
...
}
{
<pgasus_topology_hwloc>
Memcheck:Leak
match-leak-kinds: definite
...
obj:*libhwloc.so*
fun:hwloc_topology_init
fun:*Topology*
}
{
<jit_runtime_pointer_are_able_to_handle_invalid_pointers_themselves>
Memcheck:Param
write(buf)
fun:write
fun:_ZNK7opossum*RuntimePointer8is_validEv
}