Index: runtime/vm/gc_sweeper.h |
=================================================================== |
--- runtime/vm/gc_sweeper.h (revision 37758) |
+++ runtime/vm/gc_sweeper.h (working copy) |
@@ -26,7 +26,9 @@ |
// Returns true if the page is in use. |
bool SweepPage(HeapPage* page, FreeList* freelist); |
- bool SweepLargePage(HeapPage* page); |
+ // Returns the number of bytes from page->object_start() to the end of the |
Ivan Posva
2014/06/30 05:51:05
Please change this to "number of words" and update
koda
2014/06/30 22:57:48
Done.
|
+ // last marked object. |
+ intptr_t SweepLargePage(HeapPage* page); |
private: |
Heap* heap_; |