Skip to content

Commit

Permalink
added more valgrind suppression rules for archlinux gcc 4.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Dec 5, 2011
1 parent 84b5222 commit 71efdc8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions valgrind.suppress
@@ -1,3 +1,17 @@
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:malloc
fun:ngx_alloc
fun:ngx_palloc_large
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:malloc
fun:ngx_alloc
obj:*
}
{
<insert_a_suppression_name_here>
Memcheck:Param
Expand Down

0 comments on commit 71efdc8

Please sign in to comment.