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

Unified Diff: src/heap/spaces.h

Issue 2472573003: [heap] Fix Unmapper::TearDown to include delayed chunks (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | src/heap/spaces.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/spaces.h
diff --git a/src/heap/spaces.h b/src/heap/spaces.h
index 7d379490d9323f61f0d607453d5e8d11d76fab81..74b2a4db4448bb9b4b3eae2dbd793c28f8ac5585 100644
--- a/src/heap/spaces.h
+++ b/src/heap/spaces.h
@@ -1133,6 +1133,7 @@ class MemoryAllocator {
void FreeQueuedChunks();
bool WaitUntilCompleted();
+ void TearDown();
private:
enum ChunkQueueType {
« no previous file with comments | « no previous file | src/heap/spaces.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698