Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(127)

Unified Diff: trunk/src/tools/heapcheck/suppressions.txt

Issue 16756004: Revert 205059 "We were seeing ActivityLog memory leaks and assor..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: trunk/src/tools/heapcheck/suppressions.txt
===================================================================
--- trunk/src/tools/heapcheck/suppressions.txt (revision 205306)
+++ trunk/src/tools/heapcheck/suppressions.txt (working copy)
@@ -1416,6 +1416,46 @@
fun:Handle
}
{
+ bug_246825a
+ Heapcheck:Leak
+ ...
+ fun:sql::Connection::GetCachedStatement
+ ...
+ fun:extensions::ActivityDatabase::Init
+}
+{
+ bug_246825b
+ Heapcheck:Leak
+ fun:__gnu_cxx::new_allocator::allocate
+ fun:std::_Vector_base::_M_allocate
+ fun:std::vector::_M_insert_aux
+ fun:std::vector::push_back
+ fun:extensions::ActivityDatabase::RecordAction
+}
+{
+ bug_246825c
+ Heapcheck:Leak
+ fun:base::Bind
+ fun:base::BaseTimerMethodPointer::Start
+ fun:extensions::ActivityDatabase::Init
+}
+{
+ bug_246825d
+ Heapcheck:Leak
+ ...
+ fun:LogExtensionActivity
+ fun:ExtensionWebRequestEventRouter::DecrementBlockCount
+ fun:ExtensionWebRequestEventRouter::OnEventHandled
+ fun:EventHandledOnIOThread
+}
+{
+ bug_246825e
+ Heapcheck:Leak
+ fun:sqlite3MemMalloc
+ ...
+ fun:extensions::ActivityDatabase::Init
+}
+{
bug_247525
Heapcheck:Leak
...
« no previous file with comments | « trunk/src/chrome/browser/extensions/activity_log/dom_actions.cc ('k') | trunk/src/tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698