浏览代码

tools/valgrind: add suppression rules for hwloc

Nathalie Furmento 8 年之前
父节点
当前提交
5537602525
共有 1 个文件被更改,包括 36 次插入0 次删除
  1. 36 0
      tools/valgrind/hwloc.suppr

+ 36 - 0
tools/valgrind/hwloc.suppr

@@ -74,3 +74,39 @@
    obj:*
    fun:hwloc_discover
 }
+
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Leak
+   match-leak-kinds: possible
+   fun:malloc
+   fun:strdup
+   obj:*
+   obj:*
+   obj:*
+   obj:*
+   fun:hwloc_discover
+}
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Leak
+   match-leak-kinds: possible
+   fun:malloc
+   fun:strdup
+   obj:*
+   obj:*
+   obj:*
+   obj:*
+   fun:hwloc_discover
+}
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Leak
+   match-leak-kinds: possible
+   fun:realloc
+   obj:*
+   obj:*
+   obj:*
+   obj:*
+   fun:hwloc_discover
+}