Commit graph

1 commit

Author SHA1 Message Date
Alan Jeffrey
5ca06b5dcb Add a valgrind suppression file.
Adding a suppression file reduces the number of false positives from memcheck. Run with:
```
valgrind --suppressions=etc/valgrind-memcheck.supp servo ...
```
For the moment, this just switches off the warnings generated by jemalloc.
2015-12-17 10:36:03 -06:00