浏览代码

papi: suppress memleak

Samuel Thibault 4 年之前
父节点
当前提交
c2be465854
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      tools/dev/valgrind/papi.suppr

+ 9 - 0
tools/dev/valgrind/papi.suppr

@@ -22,3 +22,12 @@
    fun:_pe_libpfm4_init
    ...
 }
+
+# This happens in multithreaded_init: papi does not support getting initialized in one thread and shut down in another thread.
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Leak
+   fun:malloc
+   fun:allocate_thread
+   ...
+}