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

Unified Diff: Source/heap/Heap.h

Issue 187483002: Oilpan: We need to collect all garbage before shutting down the worker thread (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
« no previous file with comments | « Source/core/workers/WorkerThread.cpp ('k') | Source/heap/Heap.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/heap/Heap.h
diff --git a/Source/heap/Heap.h b/Source/heap/Heap.h
index 00bd62a0f022e27c3d74fdfca90644135402d56b..e434fcce8cd2d5bdaae2f3c7b0ec9ca5a1780f3f 100644
--- a/Source/heap/Heap.h
+++ b/Source/heap/Heap.h
@@ -780,6 +780,7 @@ public:
template<typename T> static Address reallocate(void* previous, size_t);
static void collectGarbage(ThreadState::StackState, GCType = Normal);
+ static void collectAllGarbage(ThreadState::StackState, GCType = Normal);
static void prepareForGC();
« no previous file with comments | « Source/core/workers/WorkerThread.cpp ('k') | Source/heap/Heap.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698