Home
last modified time | relevance | path

Searched refs:rounded_new_capacity (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/heap/
Dspaces.cc1562 size_t rounded_new_capacity = RoundUp(new_capacity, Page::kPageSize); in AllocateChunk() local
1563 if (rounded_new_capacity < TotalCapacity() && in AllocateChunk()
1564 to_space_.ShrinkTo(rounded_new_capacity)) { in AllocateChunk()
1567 if (!from_space_.ShrinkTo(rounded_new_capacity)) { in AllocateChunk()