summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2007-08-04 20:27:23 -0700
committerGabe Black <gblack@eecs.umich.edu>2007-08-04 20:27:23 -0700
commitcae8d20633c0f43fdae23576adfb894284a7ee86 (patch)
treee9e232684d7fc024900d8a07d6b8a3add1f52e92 /util
parent30e777a5d3829975266ecccac965d2297a5f4985 (diff)
parentdf015f17a45b18302565c43d3790d787e1b54c42 (diff)
downloadgem5-cae8d20633c0f43fdae23576adfb894284a7ee86.tar.xz
Merge with head.
--HG-- extra : convert_revision : 3edb9f03353b18b4c9f062bccf11e79cfb3c15f2
Diffstat (limited to 'util')
-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
+}
+
+