Explorar el Código

tools/valgrind: add suppression rules for hwloc

Nathalie Furmento hace 8 años
padre
commit
5537602525
Se han modificado 1 ficheros con 36 adiciones y 0 borrados
  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
+}