Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.cc5121 intptr_t halfway_to_the_max = (old_gen_size + max_old_generation_size_) / 2; in CalculateOldGenerationAllocationLimit() local
5122 return Min(limit, halfway_to_the_max); in CalculateOldGenerationAllocationLimit()