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

Unified Diff: src/heap/slot-set.h

Issue 2372933003: [heap] Call FreeToBeFreedChunks in TypedSlotSet destructor. (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/slot-set.h
diff --git a/src/heap/slot-set.h b/src/heap/slot-set.h
index f70def43eaa2c9bca702fa6d5cdab05e5b902426..3a984ce1e9be8c24ea3382c246eddc9eb760d227 100644
--- a/src/heap/slot-set.h
+++ b/src/heap/slot-set.h
@@ -325,6 +325,7 @@ class TypedSlotSet {
delete chunk;
chunk = next;
}
+ FreeToBeFreedChunks();
}
// The slot offset specifies a slot at address page_start_ + offset.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698