|
@@ -1,7 +1,7 @@
|
|
|
# StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
#
|
|
|
# Copyright (C) 2012,2016-2018 CNRS
|
|
|
-# Copyright (C) 2015,2018 Université de Bordeaux
|
|
|
+# Copyright (C) 2015,2018-2019 Université de Bordeaux
|
|
|
# Copyright (C) 2012 Inria
|
|
|
#
|
|
|
# StarPU is free software; you can redistribute it and/or modify
|
|
@@ -68,6 +68,30 @@
|
|
|
Memcheck:Leak
|
|
|
fun:malloc
|
|
|
...
|
|
|
+ fun:hwloc_topology_set_xml
|
|
|
+ ...
|
|
|
+}
|
|
|
+{
|
|
|
+ <insert_a_suppression_name_here>
|
|
|
+ Memcheck:Leak
|
|
|
+ fun:calloc
|
|
|
+ ...
|
|
|
+ fun:hwloc_topology_set_xml
|
|
|
+ ...
|
|
|
+}
|
|
|
+{
|
|
|
+ <insert_a_suppression_name_here>
|
|
|
+ Memcheck:Leak
|
|
|
+ fun:realloc
|
|
|
+ ...
|
|
|
+ fun:hwloc_topology_set_xml
|
|
|
+ ...
|
|
|
+}
|
|
|
+{
|
|
|
+ <insert_a_suppression_name_here>
|
|
|
+ Memcheck:Leak
|
|
|
+ fun:malloc
|
|
|
+ ...
|
|
|
fun:hwloc_topology_load
|
|
|
...
|
|
|
}
|