summaryrefslogtreecommitdiff
path: root/util/valgrind-suppressions
diff options
context:
space:
mode:
authorSteve Reinhardt <stever@eecs.umich.edu>2007-07-15 23:30:22 -0400
committerSteve Reinhardt <stever@eecs.umich.edu>2007-07-15 23:30:22 -0400
commite80ab26abc325db0c99b153aa9758ad0df66c77c (patch)
tree9c3d449778a6be7a64d8f16344ce37bb05c8e92e /util/valgrind-suppressions
parentd5bb145590a16165c362c6157801b7fbab4a0486 (diff)
downloadgem5-e80ab26abc325db0c99b153aa9758ad0df66c77c.tar.xz
Add valgrind-suppressions file.
--HG-- extra : convert_revision : 8c912aa723f2532c728b47a0bd83c3f3f27d7dfe
Diffstat (limited to 'util/valgrind-suppressions')
-rw-r--r--util/valgrind-suppressions113
1 files changed, 113 insertions, 0 deletions
diff --git a/util/valgrind-suppressions b/util/valgrind-suppressions
new file mode 100644
index 000000000..861eb5c3d
--- /dev/null
+++ b/util/valgrind-suppressions
@@ -0,0 +1,113 @@
+{
+ python error
+ Memcheck:Cond
+ fun:PyObject_Free
+}
+{
+ python error
+ Memcheck:Addr1
+ fun:PyObject_Free
+}
+{
+ python error
+ Memcheck:Addr2
+ fun:PyObject_Free
+}
+{
+ python error
+ Memcheck:Addr4
+ fun:PyObject_Free
+}
+{
+ python error
+ Memcheck:Addr8
+ fun:PyObject_Free
+}
+{
+ python error
+ Memcheck:Addr16
+ fun:PyObject_Free
+}
+{
+ python error
+ Memcheck:Value1
+ fun:PyObject_Free
+}
+{
+ python error
+ Memcheck:Value2
+ fun:PyObject_Free
+}
+{
+ python error
+ Memcheck:Value4
+ fun:PyObject_Free
+}
+{
+ python error
+ Memcheck:Value8
+ fun:PyObject_Free
+}
+{
+ python error
+ Memcheck:Value16
+ fun:PyObject_Free
+}
+
+{
+ python error
+ Memcheck:Cond
+ fun:PyObject_Realloc
+}
+{
+ python error
+ Memcheck:Addr1
+ fun:PyObject_Realloc
+}
+{
+ python error
+ Memcheck:Addr2
+ fun:PyObject_Realloc
+}
+{
+ python error
+ Memcheck:Addr4
+ fun:PyObject_Realloc
+}
+{
+ python error
+ Memcheck:Addr8
+ fun:PyObject_Realloc
+}
+{
+ python error
+ Memcheck:Addr16
+ fun:PyObject_Realloc
+}
+{
+ python error
+ Memcheck:Value1
+ fun:PyObject_Realloc
+}
+{
+ python error
+ Memcheck:Value2
+ fun:PyObject_Realloc
+}
+{
+ python error
+ Memcheck:Value4
+ fun:PyObject_Realloc
+}
+{
+ python error
+ Memcheck:Value8
+ fun:PyObject_Realloc
+}
+{
+ python error
+ Memcheck:Value16
+ fun:PyObject_Realloc
+}
+
+