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

Unified Diff: src/spaces.h

Issue 12313131: Shrinking of PagedSpace is done only by sweeper. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 10 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 | « src/heap.cc ('k') | src/spaces.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/spaces.h
diff --git a/src/spaces.h b/src/spaces.h
index ed68000aac0ca9f47ce541247d18516d8d9b69a2..3f8e395676649820cdd322ee16ae1196e2b9978e 100644
--- a/src/spaces.h
+++ b/src/spaces.h
@@ -1698,9 +1698,6 @@ class PagedSpace : public Space {
// Releases an unused page and shrinks the space.
void ReleasePage(Page* page);
- // Releases all of the unused pages.
- void ReleaseAllUnusedPages();
-
// The dummy page that anchors the linked list of pages.
Page* anchor() { return &anchor_; }
« no previous file with comments | « src/heap.cc ('k') | src/spaces.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698