Skip to content

Commit

Permalink
updated valgrind.suppress for linux i386.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Apr 26, 2012
1 parent fcfce0d commit 2d68e17
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions valgrind.suppress
@@ -1,3 +1,18 @@
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:malloc
fun:ngx_alloc
fun:ngx_event_process_init
fun:ngx_single_process_cycle
fun:(below main)
}
{
<insert_a_suppression_name_here>
Memcheck:Param
epoll_ctl(event)
fun:epoll_ctl
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
Expand Down

0 comments on commit 2d68e17

Please sign in to comment.