Searched refs:rounded_new_capacity (Results 1 – 1 of 1) sorted by relevance
1462 int rounded_new_capacity = RoundUp(new_capacity, Page::kPageSize); in AllocateChunk() local1463 if (rounded_new_capacity < TotalCapacity() && in AllocateChunk()1464 to_space_.ShrinkTo(rounded_new_capacity)) { in AllocateChunk()1467 if (!from_space_.ShrinkTo(rounded_new_capacity)) { in AllocateChunk()