|
@@ -41,6 +41,17 @@
|
|
|
<insert_a_suppression_name_here>
|
|
|
Memcheck:Leak
|
|
|
match-leak-kinds: reachable
|
|
|
+ fun:malloc
|
|
|
+ ...
|
|
|
+ fun:tls_get_addr_tail
|
|
|
+ ...
|
|
|
+ fun:hwloc_backends_notify_new_object
|
|
|
+ ...
|
|
|
+}
|
|
|
+{
|
|
|
+ <insert_a_suppression_name_here>
|
|
|
+ Memcheck:Leak
|
|
|
+ match-leak-kinds: reachable
|
|
|
fun:memalign
|
|
|
fun:tls_get_addr_tail
|
|
|
...
|
|
@@ -77,6 +88,33 @@
|
|
|
{
|
|
|
<insert_a_suppression_name_here>
|
|
|
Memcheck:Leak
|
|
|
+ match-leak-kinds: definite
|
|
|
+ fun:malloc
|
|
|
+ ...
|
|
|
+ fun:hwloc_topology_load
|
|
|
+ ...
|
|
|
+}
|
|
|
+{
|
|
|
+ <insert_a_suppression_name_here>
|
|
|
+ Memcheck:Leak
|
|
|
+ match-leak-kinds: definite
|
|
|
+ fun:calloc
|
|
|
+ ...
|
|
|
+ fun:hwloc_topology_load
|
|
|
+ ...
|
|
|
+}
|
|
|
+{
|
|
|
+ <insert_a_suppression_name_here>
|
|
|
+ Memcheck:Leak
|
|
|
+ match-leak-kinds: definite
|
|
|
+ fun:realloc
|
|
|
+ ...
|
|
|
+ fun:hwloc_topology_load
|
|
|
+ ...
|
|
|
+}
|
|
|
+{
|
|
|
+ <insert_a_suppression_name_here>
|
|
|
+ Memcheck:Leak
|
|
|
match-leak-kinds: reachable
|
|
|
fun:memalign
|
|
|
fun:tls_get_addr_tail
|