Searched refs:rounded_step (Results 1 – 1 of 1) sorted by relevance
1801 size_t rounded_step; in AllocateChunk() local1804 rounded_step = step - 1; in AllocateChunk()1806 rounded_step = RoundSizeDownToObjectAlignment(static_cast<int>(step)); in AllocateChunk()1808 return Min(static_cast<Address>(start + min_size + rounded_step), end); in AllocateChunk()