gecko-dev/servo/etc/valgrind-memcheck.supp
Alan Jeffrey 7c03775c43 servo: Merge #9011 - Add a valgrind suppression file (from asajeffrey:add_valgrind_suppression_file); r=metajack
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.

Source-Repo: https://github.com/servo/servo
Source-Revision: f3e921a584e4254ff009c0494c48f9e3b6559c91
2015-12-18 08:11:47 +05:01

32 lines
445 B
Plaintext

{
<je_mallocx:cond>
Memcheck:Cond
fun:je_mallocx
}
{
<je_mallocx:value8>
Memcheck:Value8
fun:je_mallocx
}
{
<je_sdallocx:cond>
Memcheck:Cond
fun:je_sdallocx
}
{
<je_sdallocx:value8>
Memcheck:Value8
fun:je_sdallocx
}
{
<je_tcache_cleanup:cond>
Memcheck:Cond
fun:tcache_destroy.isra.7
fun:je_tcache_cleanup
}
{
<je_tcache_bin_flush_large:cond>
Memcheck:Cond
fun:je_tcache_bin_flush_large
}