Add valgrind-suppressions file.
authorSteve Reinhardt <stever@eecs.umich.edu>
Mon, 16 Jul 2007 03:30:22 +0000 (23:30 -0400)
committerSteve Reinhardt <stever@eecs.umich.edu>
Mon, 16 Jul 2007 03:30:22 +0000 (23:30 -0400)
--HG--
extra : convert_revision : 8c912aa723f2532c728b47a0bd83c3f3f27d7dfe

util/valgrind-suppressions [new file with mode: 0644]

diff --git a/util/valgrind-suppressions b/util/valgrind-suppressions
new file mode 100644 (file)
index 0000000..861eb5c
--- /dev/null
@@ -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
+}
+
+