Initial contribution
This commit is contained in:
parent
7b5cc4fa59
commit
11d9ce37aa
580 changed files with 155133 additions and 162 deletions
10
src/valgrind.supp
Normal file
10
src/valgrind.supp
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
Criterion memory leak
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: reachable
|
||||
fun:malloc
|
||||
fun:__fopen_internal
|
||||
fun:process_all_output
|
||||
fun:criterion_run_all_tests
|
||||
fun:main
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue