Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dregion_space.cc736 size_t max_contiguous_free_regions = 0; in LogFragmentationAllocFailure() local
750 max_contiguous_free_regions = std::max(max_contiguous_free_regions, in LogFragmentationAllocFailure()
758 max_contiguous_free_regions * kRegionSize); in LogFragmentationAllocFailure()