diff --git a/valgrind.suppress b/valgrind.suppress index 5e687fe6..e1942824 100644 --- a/valgrind.suppress +++ b/valgrind.suppress @@ -1,3 +1,43 @@ +{ + + Memcheck:Leak + fun:malloc + fun:ngx_alloc + fun:ngx_create_pool + fun:ngx_event_accept + fun:ngx_epoll_process_events + fun:ngx_process_events_and_timers + fun:ngx_single_process_cycle + fun:main +} +{ + + Memcheck:Leak + fun:malloc + fun:ngx_alloc + fun:ngx_create_pool + fun:ngx_http_init_request + fun:ngx_epoll_process_events + fun:ngx_process_events_and_timers + fun:ngx_single_process_cycle + fun:main +} +{ + +Memcheck:Leak +fun:malloc +fun:ngx_alloc +fun:ngx_malloc +fun:ngx_pnalloc +} +{ + +Memcheck:Leak +fun:malloc +fun:ngx_alloc +fun:ngx_malloc +fun:ngx_palloc +} { Memcheck:Param