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