Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/space/
H A Drosalloc_space.cc342 return rosalloc_->FootprintLimit(); in GetFootprintLimit()
/aosp12/art/runtime/gc/allocator/
H A Drosalloc.h893 size_t FootprintLimit() REQUIRES(!lock_);
H A Drosalloc.cc1491 size_t RosAlloc::FootprintLimit() { in FootprintLimit() function in art::gc::allocator::RosAlloc