-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathpdbg.supp
60 lines (60 loc) · 1.01 KB
/
pdbg.supp
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
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:strdup
fun:take_name
fun:dt_new_node
...
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:calloc
fun:get_target_class
fun:dt_pdbg_target_new
fun:dt_new_node
fun:dt_expand_node
...
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:strdup
fun:get_target_class
fun:dt_pdbg_target_new
fun:dt_new_node
...
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:calloc
fun:dt_new_node
fun:dt_new_virtual
fun:pdbg_targets_init_virtual
...
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:calloc
fun:dt_new_node
fun:dt_expand_node
...
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:calloc
fun:dt_pdbg_target_new
fun:dt_new_node
...
}