Index: src/heap/spaces.h |
diff --git a/src/heap/spaces.h b/src/heap/spaces.h |
index 6df3fe7876cf42baccbc2d7097e20ba59a6c31b4..c21910f737027db3f7c4b8d7b287d3e7108ca3f3 100644 |
--- a/src/heap/spaces.h |
+++ b/src/heap/spaces.h |
@@ -327,6 +327,11 @@ class MemoryChunk { |
// still has to be performed. |
PRE_FREED, |
+ // |COMPACTION_WAS_ABORTED|: Indicates that the compaction in this page |
+ // has been aborted to to lack of memory and needs special handling by |
Hannes Payer (out of office)
2015/10/23 13:09:18
just drop the "to to lack of memory"
Michael Lippautz
2015/10/23 13:27:05
Done.
|
+ // the sweeper. |
+ COMPACTION_WAS_ABORTED, |
+ |
// Last flag, keep at bottom. |
NUM_MEMORY_CHUNK_FLAGS |
}; |