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

Unified Diff: src/sweeper-thread.h

Issue 12184016: Set unswept free bytes for concurent 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
Index: src/sweeper-thread.h
diff --git a/src/sweeper-thread.h b/src/sweeper-thread.h
index ba793c2043bd2724132bb7ab4dbaafcd55044468..9459a7ea96da14e7042a2b4649c8ad70a46d434b 100644
--- a/src/sweeper-thread.h
+++ b/src/sweeper-thread.h
@@ -62,6 +62,8 @@ class SweeperThread : public Thread {
}
private:
+ intptr_t StealMemory(PagedSpace* space, FreeList* free_list);
Michael Starzinger 2013/02/28 13:09:52 This declaration is obsolete after addressing the
Hannes Payer (out of office) 2013/02/28 14:42:34 Done.
+
Isolate* isolate_;
Heap* heap_;
MarkCompactCollector* collector_;

Powered by Google App Engine
This is Rietveld 408576698