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

/art/runtime/gc/space/
H A Dbump_pointer_space.h79 void ClearGrowthLimit() { function in class:art::gc::space::FINAL
H A Dmalloc_space.h105 void ClearGrowthLimit() { function in class:art::gc::space::MallocSpace
182 // The capacity of the alloc space until such time that ClearGrowthLimit is called.
188 // one time by a call to ClearGrowthLimit.
/art/runtime/gc/
H A Dheap.cc3367 void Heap::ClearGrowthLimit() { function in class:art::gc::Heap
3372 malloc_space->ClearGrowthLimit();
3378 main_space_backup_->ClearGrowthLimit();

Completed in 94 milliseconds