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 7275ca4 commit 4b0c753
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions valgrind.suppress
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
{
<insert_a_suppression_name_here>
Memcheck:Param
epoll_ctl(event)
fun:epoll_ctl
}
{
<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:Leak
fun:malloc
fun:ngx_alloc
fun:(below main)
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
Expand Down

0 comments on commit 4b0c753

Please sign in to comment.