Index: src/heap/spaces.h |
diff --git a/src/heap/spaces.h b/src/heap/spaces.h |
index b8fc9b7efe0845d4852b6660c8465abdda18f115..70e31af6442208f3920751f856ef4f3704fece7b 100644 |
--- a/src/heap/spaces.h |
+++ b/src/heap/spaces.h |
@@ -1631,6 +1631,8 @@ class FreeList { |
intptr_t Concatenate(FreeList* free_list); |
+ void Divide(FreeList** other_free_lists, int num, intptr_t limit); |
Hannes Payer (out of office)
2015/09/23 07:26:03
This code should be mentioned in the CL descriptio
Hannes Payer (out of office)
2015/09/23 07:26:03
Add a description what divide is doing.
Michael Lippautz
2015/09/23 07:40:50
Done.
Michael Lippautz
2015/09/23 07:40:50
Done.
|
+ |
// Clear the free list. |
void Reset(); |