-
-
Notifications
You must be signed in to change notification settings - Fork 233
/
valgrind-darwin.supp
113 lines (113 loc) · 2.04 KB
/
valgrind-darwin.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
<darwin sh>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
obj:/bin/sh
...
obj:/bin/sh
}
{
<darwin realizeClass>
Memcheck:Leak
match-leak-kinds: definite
fun:calloc
fun:_ZL12realizeClassP10objc_class
fun:_os_object_alloc_realized
fun:_xpc_pipe_create
fun:xpc_atfork_child
fun:libSystem_atfork_child
fun:fork
obj:/bin/sh
...
obj:/bin/sh
}
{
<swift objc_initializeClassPair_internal>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc_zone_malloc
fun:_objc_copyClassNamesForImage
fun:_ZL9protocolsv
fun:_Z9readClassP10objc_classbb
fun:gc_init
fun:_ZL33objc_initializeClassPair_internalP10objc_classPKcS0_S0_
fun:layout_string_create
fun:_ZL12realizeClassP10objc_class
fun:_ZL22copySwiftV1MangledNamePKcb
fun:_ZL22copySwiftV1MangledNamePKcb
fun:_ZL22copySwiftV1MangledNamePKcb
fun:_ZL22copySwiftV1MangledNamePKcb
}
{
<darwin notify_init_globals>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:_nc_table_new
fun:_notify_init_globals
fun:_os_once
fun:_os_alloc_once
fun:_notify_fork_child
fun:libSystem_atfork_child
fun:fork
obj:/bin/sh
...
obj:/bin/sh
}
{
<darwin notify_init_globals>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:_nc_table_new
fun:_notify_init_globals
fun:_notify_fork_child
fun:libSystem_atfork_child
fun:fork
obj:/bin/sh
...
obj:/bin/sh
}
{
<darwin fprintf_dtoa>
Memcheck:Leak
match-leak-kinds: reachable
fun:malloc
fun:__Balloc_D2A
...
fun:__dtoa
fun:__vfprintf
fun:__v2printf
fun:vfprintf_l
fun:fprintf
...
}
{
<darwin fprintf_dtoa>
Memcheck:Leak
match-leak-kinds: indirect
fun:malloc
fun:__Balloc_D2A
...
fun:__dtoa
fun:__vfprintf
fun:__v2printf
fun:vfprintf_l
fun:fprintf
...
}
{
<darwin fprintf_dtoa>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:__Balloc_D2A
...
fun:__dtoa
fun:__vfprintf
fun:__v2printf
fun:vfprintf_l
fun:fprintf
...
}