From 2d68e1748d40156896db675426f5b34c131b5cd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?agentzh=20=28=E7=AB=A0=E4=BA=A6=E6=98=A5=29?= Date: Thu, 26 Apr 2012 23:08:55 +0800 Subject: [PATCH] updated valgrind.suppress for linux i386. --- valgrind.suppress | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/valgrind.suppress b/valgrind.suppress index 7eed7a9..eeef09e 100644 --- a/valgrind.suppress +++ b/valgrind.suppress @@ -1,3 +1,18 @@ +{ + + Memcheck:Leak + fun:malloc + fun:ngx_alloc + fun:ngx_event_process_init + fun:ngx_single_process_cycle + fun:(below main) +} +{ + +Memcheck:Param +epoll_ctl(event) +fun:epoll_ctl +} { Memcheck:Leak