Searched defs:ClampGrowthLimit (Results 1 - 3 of 3) sorted by relevance

/art/runtime/gc/space/
H A Dmalloc_space.cc256 void MallocSpace::ClampGrowthLimit() { function in class:art::gc::space::MallocSpace
H A Dregion_space.cc444 void RegionSpace::ClampGrowthLimit(size_t new_capacity) { function in class:art::gc::space::RegionSpace
/art/runtime/gc/
H A Dheap.cc3519 void Heap::ClampGrowthLimit() { function in class:art::gc::Heap
3527 malloc_space->ClampGrowthLimit();
3533 region_space_->ClampGrowthLimit(2 * capacity_);
3537 main_space_backup_->ClampGrowthLimit();

Completed in 80 milliseconds