소스 검색

yet more hwloc suppressions

Samuel Thibault 7 년 전
부모
커밋
27910798cf
1개의 변경된 파일27개의 추가작업 그리고 0개의 파일을 삭제
  1. 27 0
      tools/dev/valgrind/hwloc.suppr

+ 27 - 0
tools/dev/valgrind/hwloc.suppr

@@ -116,6 +116,33 @@
    <insert_a_suppression_name_here>
    <insert_a_suppression_name_here>
    Memcheck:Leak
    Memcheck:Leak
    match-leak-kinds: reachable
    match-leak-kinds: reachable
+   fun:malloc
+   ...
+   fun:hwloc_topology_load
+   ...
+}
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Leak
+   match-leak-kinds: reachable
+   fun:calloc
+   ...
+   fun:hwloc_topology_load
+   ...
+}
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Leak
+   match-leak-kinds: reachable
+   fun:realloc
+   ...
+   fun:hwloc_topology_load
+   ...
+}
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Leak
+   match-leak-kinds: reachable
    fun:memalign
    fun:memalign
    fun:tls_get_addr_tail
    fun:tls_get_addr_tail
    obj:/usr/lib/x86_64-linux-gnu/libOpenCL.so.1.0.0
    obj:/usr/lib/x86_64-linux-gnu/libOpenCL.so.1.0.0