-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalgrind.suppr
55 lines (50 loc) · 874 Bytes
/
valgrind.suppr
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
{
cxa
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:_ZnwmRKSt9nothrow_t
fun:_Znwm
fun:__cxa_get_globals
}
{
cxa2
Memcheck:Leak
match-leak-kinds: definite
fun:_Znwm
fun:__cxa_get_globals
}
{
cxa_per_thread
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:_ZnwmRKSt9nothrow_t
fun:_Znwm
fun:__cxa_get_globals
}
{
drand_init
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:CRYPTO_malloc
fun:ENGINE_new
...
fun:dRAND_init
}
{
boost::filesystem::path_traits::convert
Memcheck:Cond
fun:__wcsnlen_avx2
fun:wcsnrtombs
fun:_ZNKSt7codecvtIwc11__mbstate_tE6do_outERS0_PKwS4_RS4_PcS6_RS6_
...
}
{
boost::filesystem::path_traits::convert
Memcheck:Cond
fun:__wmemchr_avx2
fun:_ZNKSt7codecvtIwc11__mbstate_tE6do_outERS0_PKwS4_RS4_PcS6_RS6_
...
}