hwloc.suppr 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. }
  22. {
  23. <insert_a_suppression_name_here>
  24. Memcheck:Leak
  25. match-leak-kinds: indirect
  26. fun:realloc
  27. obj:*
  28. obj:*
  29. obj:*
  30. obj:*
  31. fun:hwloc_discover
  32. }
  33. {
  34. <insert_a_suppression_name_here>
  35. Memcheck:Leak
  36. match-leak-kinds: indirect
  37. fun:malloc
  38. fun:strdup
  39. obj:*
  40. obj:*
  41. obj:*
  42. obj:*
  43. fun:hwloc_discover
  44. }
  45. {
  46. <insert_a_suppression_name_here>
  47. Memcheck:Leak
  48. match-leak-kinds: indirect
  49. fun:calloc
  50. obj:*
  51. obj:*
  52. obj:*
  53. fun:hwloc_discover
  54. }
  55. {
  56. <insert_a_suppression_name_here>
  57. Memcheck:Leak
  58. match-leak-kinds: definite
  59. fun:calloc
  60. obj:*
  61. obj:*
  62. obj:*
  63. fun:hwloc_discover
  64. }
  65. {
  66. <insert_a_suppression_name_here>
  67. Memcheck:Leak
  68. match-leak-kinds: indirect
  69. fun:malloc
  70. fun:strdup
  71. obj:*
  72. obj:*
  73. obj:*
  74. fun:hwloc_discover
  75. }