Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Drosalloc_space.cc170 size_t footprint = rosalloc_->Footprint(); in AllocWithGrowth()
268 return rosalloc_->Footprint(); in GetFootprint()
281 size_t current_space_size = rosalloc_->Footprint(); in SetFootprintLimit()
/art/runtime/gc/allocator/
Drosalloc.h612 size_t Footprint() LOCKS_EXCLUDED(lock_);
Drosalloc.cc1636 size_t RosAlloc::Footprint() { in Footprint() function in art::gc::allocator::RosAlloc