| Index: tools/valgrind/memcheck/suppressions.txt
|
| diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
|
| index e73272c8950c8393b0ed7ef322154833ff3b0725..2a0fb6631e8c91763f872393927d4c73f931f974 100644
|
| --- a/tools/valgrind/memcheck/suppressions.txt
|
| +++ b/tools/valgrind/memcheck/suppressions.txt
|
| @@ -1324,17 +1324,14 @@
|
| Memcheck:Leak
|
| fun:_Znw*
|
| ...
|
| - fun:_ZN15tracked_objects10ThreadData19TallyABirthIfActiveERKNS_8LocationE
|
| - fun:_ZN4base12TrackingInfoC?ERKN15tracked_objects8LocationENS_9TimeTicksE
|
| + fun:*tracked_objects*ThreadData*TallyABirth*
|
| }
|
| {
|
| bug_104806_b
|
| Memcheck:Leak
|
| fun:_Znw*
|
| ...
|
| - fun:_ZNSt3mapIPKN15tracked_objects6BirthsENS0_9DeathDataESt4lessIS3_ESaISt4pairIKS3_S4_EEEixERS8_
|
| - fun:_ZN15tracked_objects10ThreadData11TallyADeathERKNS_6BirthsEii
|
| - fun:_ZN15tracked_objects10ThreadData32TallyRunOnWorkerThreadIfTrackingEPKNS_6BirthsERKNS_11TrackedTimeES6_S6_
|
| + fun:*tracked_objects*ThreadData*TallyADeath*
|
| }
|
| {
|
| bug_105744b
|
| @@ -1364,8 +1361,8 @@
|
| bug_106912
|
| Memcheck:Leak
|
| ...
|
| - fun:_ZN15tracked_objects10ThreadData23InitializeThreadContextERKSs
|
| - fun:_ZN4base14PlatformThread7SetNameEPKc
|
| + fun:*tracked_objects*ThreadData*InitializeThreadContext*
|
| + fun:*base*PlatformThread*SetName*
|
| }
|
| {
|
| bug_111669
|
|
|