diff options
Diffstat (limited to 'build/valgrind/cross-architecture.sup')
-rw-r--r-- | build/valgrind/cross-architecture.sup | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/valgrind/cross-architecture.sup b/build/valgrind/cross-architecture.sup index 49efa69151..9dc40034c5 100644 --- a/build/valgrind/cross-architecture.sup +++ b/build/valgrind/cross-architecture.sup @@ -164,10 +164,10 @@ ... } { - We intentionally leak TLS data in the global servo thread-pool until we can free it consistently (https://github.com/rayon-rs/rayon/issues/688) + We intentionally leak bloom filter TLS data in the global servo thread-pool until we can free it consistently (https://github.com/rayon-rs/rayon/issues/688) Memcheck:Leak match-leak-kinds: definite - fun:malloc + fun:calloc ... fun:_ZN3std*thread*local*fast*12Key$LT$T$GT$14try_initialize* ... @@ -175,7 +175,7 @@ ... } { - We intentionally leak TLS data in the global servo thread-pool until we can free it consistently (https://github.com/rayon-rs/rayon/issues/688) + We intentionally leak sharing cache TLS data in the global servo thread-pool until we can free it consistently (https://github.com/rayon-rs/rayon/issues/688) Memcheck:Leak match-leak-kinds: definite fun:malloc |