This is the main source of noise when running valgrind +
tcmalloc. Apparently there are other issues, so I think we
still need the notcmalloc gitbuilder, but this gets us part of
the way.
Signed-off-by: Sage Weil <sage@inktank.com>
+{
+ tcmalloc: msync heap allocation points to uninit bytes
+ Memcheck:Param
+ msync(start)
+ obj:*libpthread*
+ ...
+ fun:*tcmalloc*GrowHeap*
+ ...
+}
{
ceph global: deliberate onexit leak
Memcheck:Leak
...
}
{
- ignore all static leveldb leaks
+ libleveldb: ignore all static leveldb leaks
Memcheck:Leak
...
fun:*leveldb*
...
}
{
- ignore all dynamic libleveldb leaks
+ libleveldb: ignore all dynamic libleveldb leaks
Memcheck:Leak
...
obj:*libleveldb.so*
...
}
{
- ignore libcurl leaks
+ libcurl: ignore libcurl leaks
Memcheck:Leak
...
fun:*curl_global_init