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.cc241 size_t max_contiguous_free_regions = 0; in LogFragmentationAllocFailure() local
255 max_contiguous_free_regions = std::max(max_contiguous_free_regions, in LogFragmentationAllocFailure()
263 max_contiguous_free_regions * kRegionSize); in LogFragmentationAllocFailure()