* Update the Valgrind suppressions for ATerm 2.5.

This commit is contained in:
Eelco Dolstra 2010-02-26 13:10:57 +00:00
parent 24035b98b1
commit 966ffb29a7
1 changed files with 32 additions and 0 deletions

View File

@ -115,3 +115,35 @@
fun:*
fun:AT_collect
}
{
ATerm library conservatively scans for GC roots
Memcheck:Value4
fun:*
fun:*
fun:mark_phase
}
{
ATerm library conservatively scans for GC roots
Memcheck:Cond
fun:*
fun:*
fun:mark_phase
}
{
ATerm library conservatively scans for GC roots
Memcheck:Value4
fun:*
fun:*
fun:mark_phase_young
}
{
ATerm library conservatively scans for GC roots
Memcheck:Cond
fun:*
fun:*
fun:mark_phase_young
}