浏览代码

valgrind: valgrind itself has memory leaks ...

Nathalie Furmento 9 年之前
父节点
当前提交
ffeb89a201
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      tools/valgrind/valgrind.suppr

+ 9 - 0
tools/valgrind/valgrind.suppr

@@ -0,0 +1,9 @@
+{
+   valgrind_suppr1
+   Memcheck:Leak
+   match-leak-kinds: reachable
+   fun:malloc
+   fun:ensure_sReq_space
+   fun:add_shadow_Request
+   fun:PMPI_Irecv
+}