blob: 3f2b8287420d732d52f5b0188570ac35f1e244c3 [file] [log] [blame]
sewardjec66ad52014-06-20 11:48:38 +00001{
2 <insert_a_suppression_name_here>
3 Memcheck:Leak
4 match-leak-kinds: possible
5 fun:malloc_zone_?alloc
6 ...
7 fun:_read_images
8}
9
10{
11 <insert_a_suppression_name_here>
12 Memcheck:Leak
13 match-leak-kinds: definite
14 fun:?alloc
15 ...
16 fun:_ZN4dyld24initializeMainExecutableEv
17}
18
19{
20 <insert_a_suppression_name_here>
21 Memcheck:Leak
22 match-leak-kinds: definite
23 fun:malloc_zone_?alloc
24 fun:recursive_mutex_init
25 fun:_objc_init
26 fun:_os_object_init
27 fun:libSystem_initializer
28 ...
29}
30
31{
32 <insert_a_suppression_name_here>
33 Memcheck:Leak
34 match-leak-kinds: reachable
35 fun:malloc_zone_?alloc
36 ...
37 fun:dyld_register_image_state_change_handler
38 ...
39}
40
41{
42 <insert_a_suppression_name_here>
43 Memcheck:Leak
44 match-leak-kinds: reachable
45 fun:?alloc
46 ...
47 fun:dyld_register_image_state_change_handler
48 ...
49}
50
51{
52 <insert_a_suppression_name_here>
53 Memcheck:Leak
54 match-leak-kinds: reachable
55 fun:malloc_zone_?alloc
56 ...
57 fun:map_images_nolock
58 fun:map_images
59 ...
60}
61
62{
63 <insert_a_suppression_name_here>
64 Memcheck:Leak
65 match-leak-kinds: possible
66 fun:malloc_zone_?alloc
67 ...
68 fun:map_images_nolock
69 fun:map_images
70 ...
71}
72
73{
74 <insert_a_suppression_name_here>
75 Memcheck:Leak
76 match-leak-kinds: indirect
77 fun:?alloc
78 ...
79 fun:libSystem_initializer
80 ...
81}
82
83{
84 <insert_a_suppression_name_here>
85 Memcheck:Leak
86 match-leak-kinds: reachable
87 fun:malloc_zone_?alloc
88 ...
89 fun:libSystem_initializer
90 ...
91}
92
93{
94 <insert_a_suppression_name_here>
95 Memcheck:Leak
96 match-leak-kinds: reachable
97 fun:?alloc
98 ...
99 fun:libSystem_initializer
100 ...
101}
102
103{
104 <insert_a_suppression_name_here>
105 Memcheck:Addr1
106 ...
107 fun:libSystem_initializer
108 ...
109 fun:_dyld_start
110}
111
112{
113 <insert_a_suppression_name_here>
114 Memcheck:Addr4
115 ...
116 fun:libSystem_initializer
117 ...
118 fun:_dyld_start
119}
120
121{
122 <insert_a_suppression_name_here>
123 Memcheck:Addr8
124 ...
125 fun:libSystem_initializer
126 ...
127 fun:_dyld_start
128}
129
130{
131 <insert_a_suppression_name_here>
132 Memcheck:Addr8
133 ...
134 fun:libSystem_initializer
135 ...
136 fun:_ZN4dyld24initializeMainExecutableEv
137}
138
139{
140 <insert_a_suppression_name_here>
141 Memcheck:Addr16
142 ...
143 fun:dyld_register_image_state_change_handler
144}
145
146{
147 <insert_a_suppression_name_here>
148 Memcheck:Cond
149 fun:_platform_memchr
150 ...
151}
152
153{
154 <insert_a_suppression_name_here>
155 Memcheck:Addr16
156 obj:/usr/lib/system/libsystem_platform.dylib
157 ...
158}
159
160{
161 <insert_a_suppression_name_here>
162 Memcheck:Addr16
163 obj:/usr/lib/system/libsystem_c.dylib
164 ...
165}
166
167{
168 <insert_a_suppression_name_here>
169 Memcheck:Cond
170 obj:/usr/lib/system/libsystem_c.dylib
171 ...
172}
173
174{
175 <insert_a_suppression_name_here>
176 Memcheck:Cond
177 obj:/usr/lib/system/libsystem_platform.dylib
178 ...
179}