mirror of
https://github.com/ceph/ceph
synced 2024-12-27 05:53:20 +00:00
valgrind: another tcmalloc suppression
With this I can run a simple job with a normal build (not notcmalloc) and valgrind does not complain. Fingers crossed! Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
c1bc7fcc7f
commit
be3ea71cdb
@ -7,6 +7,14 @@
|
||||
fun:*tcmalloc*GrowHeap*
|
||||
...
|
||||
}
|
||||
{
|
||||
tcmalloc: string
|
||||
Memcheck:Leak
|
||||
...
|
||||
obj:*tcmalloc*
|
||||
fun:call_init.part.0
|
||||
...
|
||||
}
|
||||
{
|
||||
ceph global: deliberate onexit leak
|
||||
Memcheck:Leak
|
||||
|
Loading…
Reference in New Issue
Block a user