about summary refs log tree commit diff
path: root/aterm-gc.supp
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2006-03-01T15·40+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2006-03-01T15·40+0000
commit30d051ff14d5a0f8912c9ba3c3a6ca97c2b7dbf0 (patch)
tree2929ebbf428d321918622ffa71239b51c6ad5c40 /aterm-gc.supp
parentb6780b9e1079cdb3eec2aedcd7d9e510edfd95f8 (diff)
* New suppressions.
Diffstat (limited to 'aterm-gc.supp')
-rw-r--r--aterm-gc.supp54
1 files changed, 54 insertions, 0 deletions
diff --git a/aterm-gc.supp b/aterm-gc.supp
index ee6b5c8353..a849520222 100644
--- a/aterm-gc.supp
+++ b/aterm-gc.supp
@@ -128,3 +128,57 @@
    fun:mark_memory
    fun:mark_phase
 }
+
+{
+   ATerm library conservatively scans for GC roots
+   Memcheck:Value4
+   fun:AT_markTerm
+   fun:mark_memory
+   fun:mark_phase
+}
+
+{
+   ATerm library conservatively scans for GC roots
+   Memcheck:Cond
+   fun:mark_phase_young
+   fun:AT_collect_minor
+}
+
+{
+   ATerm library conservatively scans for GC roots
+   Memcheck:Value4
+   fun:mark_phase_young
+   fun:AT_collect_minor
+}
+
+{
+   <insert a suppression name here>
+   Memcheck:Cond
+   fun:AT_isValidSymbol
+   fun:mark_phase_young
+   fun:AT_collect_minor
+}
+
+{
+   <insert a suppression name here>
+   Memcheck:Value4
+   fun:AT_isValidSymbol
+   fun:mark_phase_young
+   fun:AT_collect_minor
+}
+
+{
+   <insert a suppression name here>
+   Memcheck:Value4
+   fun:AT_isInsideValidTerm
+   fun:mark_phase_young
+   fun:AT_collect_minor
+}
+
+{
+   <insert a suppression name here>
+   Memcheck:Cond
+   fun:AT_isInsideValidTerm
+   fun:mark_phase_young
+   fun:AT_collect_minor
+}