We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b92b3 commit 9887569Copy full SHA for 9887569
valgrind.suppress
@@ -22,16 +22,6 @@
22
fun:ngx_epoll_process_events
23
fun:ngx_process_events_and_timers
24
}
25
-{
26
- <insert_a_suppression_name_here>
27
- Memcheck:Cond
28
- fun:ngx_vslprintf
29
- fun:ngx_snprintf
30
- fun:ngx_sock_ntop
31
- fun:ngx_event_accept
32
- fun:ngx_epoll_process_events
33
- fun:ngx_process_events_and_timers
34
-}
35
{
36
<insert_a_suppression_name_here>
37
Memcheck:Addr1
@@ -181,15 +171,6 @@
181
171
fun:ngx_create_pool
182
172
fun:main
183
173
184
185
186
- Memcheck:Leak
187
- match-leak-kinds: definite
188
- fun:malloc
189
- fun:ngx_alloc
190
- fun:ngx_set_environment
191
- fun:ngx_single_process_cycle
192
193
174
194
175
195
176
Memcheck:Param
0 commit comments