* Some more ATerm Valgrind suppressions.

This commit is contained in:
Eelco Dolstra 2008-08-19 12:46:43 +00:00
parent b7ff182b6e
commit 51e2dda58c
1 changed files with 27 additions and 4 deletions

View File

@ -152,7 +152,7 @@
}
{
<insert a suppression name here>
ATerm library conservatively scans for GC roots
Memcheck:Cond
fun:AT_isValidSymbol
fun:mark_phase_young
@ -160,7 +160,7 @@
}
{
<insert a suppression name here>
ATerm library conservatively scans for GC roots
Memcheck:Value4
fun:AT_isValidSymbol
fun:mark_phase_young
@ -168,7 +168,7 @@
}
{
<insert a suppression name here>
ATerm library conservatively scans for GC roots
Memcheck:Value4
fun:AT_isInsideValidTerm
fun:mark_phase_young
@ -176,9 +176,32 @@
}
{
<insert a suppression name here>
ATerm library conservatively scans for GC roots
Memcheck:Cond
fun:AT_isInsideValidTerm
fun:mark_phase_young
fun:AT_collect_minor
}
{
ATerm library conservatively scans for GC roots
Memcheck:Value4
fun:AT_isValidSymbol
fun:AT_collect_minor
}
{
ATerm library conservatively scans for GC roots
Memcheck:Value4
fun:AT_markTerm_young
fun:mark_phase_young
fun:AT_collect_minor
}
{
ATerm library conservatively scans for GC roots
Memcheck:Cond
fun:AT_markTerm_young
fun:mark_phase_young
fun:AT_collect_minor
}