Searched refs:halfway_to_the_max (Results 1 – 1 of 1) sorted by relevance
5121 intptr_t halfway_to_the_max = (old_gen_size + max_old_generation_size_) / 2; in CalculateOldGenerationAllocationLimit() local5122 return Min(limit, halfway_to_the_max); in CalculateOldGenerationAllocationLimit()