Parcourir la source

tools/valgrind: add suppression rules for hwloc

Nathalie Furmento il y a 8 ans
Parent
commit
5537602525
1 fichiers modifiés avec 36 ajouts et 0 suppressions
  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
+}