Chromium Code Reviews| Index: src/heap/mark-compact.h |
| diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h |
| index e6723fd70e030d726938337d4294a0d20898d262..899c3ee2cb67e709eb57b6fd032f6ba5628c926e 100644 |
| --- a/src/heap/mark-compact.h |
| +++ b/src/heap/mark-compact.h |
| @@ -524,6 +524,10 @@ class MarkCompactCollector { |
| void StartSweeperThreads(); |
| + void ComputeEvacuationHeuristics(int area_size, |
| + int* target_fragmentation_percent, |
| + int* max_evacuated_bytes); |
| + |
| #ifdef DEBUG |
| enum CollectorState { |
| IDLE, |