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 1e06345 commit 8f4f0f8Copy full SHA for 8f4f0f8
valgrind.suppress
@@ -358,3 +358,22 @@
358
fun:_dl_sysdep_start
359
fun:_dl_start
360
}
361
+{
362
+ <insert_a_suppression_name_here>
363
+ Memcheck:Leak
364
+ match-leak-kinds: definite
365
+ fun:malloc
366
+ fun:ngx_alloc
367
+ fun:ngx_set_environment
368
+ fun:ngx_single_process_cycle
369
+}
370
371
372
373
374
375
376
377
+ fun:ngx_worker_process_init
378
+ fun:ngx_worker_process_cycle
379
0 commit comments