diff options
Diffstat (limited to 'tools/valgrind/memcheck/suppressions.txt')
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index 94fcc74..e7dc858 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -3013,3 +3013,36 @@ fun:ChromeMain fun:main } + +{ + Bug_45263_ForMisterStatistics + Heapcheck:Leak + fun:LinearHistogram::FactoryGet + fun:ClientSocketPoolHistograms + fun:HttpNetworkSession + fun:net::HttpNetworkLayer::GetSession + fun:net::HttpNetworkLayer::CreateTransaction + fun:net::HttpCache::Transaction::DoSendRequest + fun:net::HttpCache::Transaction::DoLoop + fun:net::HttpCache::Transaction::Start + fun:URLRequestHttpJob::StartTransaction + fun:URLRequestHttpJob::OnCanGetCookiesCompleted + fun:URLRequestHttpJob::AddCookieHeaderAndStart + fun:URLRequestHttpJob::Start + fun:URLRequest::StartJob + fun:URLRequest::Start + fun:HTTPTestServer::StartGETRequest + fun:void DispatchToFunction + fun:RunnableFunction::Run + fun:MessageLoop::RunTask + fun:MessageLoop::DeferOrRunPendingTask + fun:MessageLoop::DoWork + fun:base::MessagePumpLibevent::Run + fun:MessageLoop::RunInternal + fun:MessageLoop::RunHandler + fun:MessageLoop::Run + fun:base::Thread::Run + fun:base::Thread::ThreadMain + fun:ThreadFunc + fun:start_thread +} |