hwloc.suppr 431 B

1234567891011121314151617181920212223
  1. {
  2. <insert_a_suppression_name_here>
  3. Memcheck:Leak
  4. match-leak-kinds: reachable
  5. ...
  6. fun:hwloc_components_init
  7. }
  8. {
  9. <insert_a_suppression_name_here>
  10. Memcheck:Leak
  11. match-leak-kinds: definite
  12. fun:malloc
  13. fun:lt__malloc
  14. fun:lt__zalloc
  15. obj:/usr/lib/x86_64-linux-gnu/libltdl.so.7.3.0
  16. fun:lt_dlopenadvise
  17. obj:*
  18. obj:*
  19. obj:/usr/lib/x86_64-linux-gnu/libhwloc.so.5.6.8
  20. fun:hwloc_topology_init
  21. }