Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc1801 size_t rounded_step; in AllocateChunk() local
1804 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()