Browse Source

papi: also catch calloc from allocate_thread

Samuel Thibault 4 years ago
parent
commit
1a2ef44448
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/dev/valgrind/papi.suppr

+ 1 - 1
tools/dev/valgrind/papi.suppr

@@ -27,7 +27,7 @@
 {
    <insert_a_suppression_name_here>
    Memcheck:Leak
-   fun:malloc
+   ...
    fun:allocate_thread
    ...
 }