Initial contribution

This commit is contained in:
Michiel Beemster 2018-04-10 17:03:59 +02:00
parent 7b5cc4fa59
commit 11d9ce37aa
580 changed files with 155133 additions and 162 deletions

10
src/valgrind.supp Normal file
View 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
}