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.cc5020 intptr_t halfway_to_the_max = (old_gen_size + max_old_generation_size_) / 2; in OldGenerationAllocationLimit() local
5021 return Min(limit, halfway_to_the_max); in OldGenerationAllocationLimit()