HomeSort by relevance Sort by last modified time
    Searched refs:max_allowed_footprint_ (Results 1 - 3 of 3) sorted by null

  /art/runtime/gc/
heap-inl.h 395 if (UNLIKELY(new_footprint > max_allowed_footprint_)) {
404 VLOG(heap) << "Growing heap from " << PrettySize(max_allowed_footprint_) << " to "
406 max_allowed_footprint_ = new_footprint;
heap.cc 220 max_allowed_footprint_(initial_size),
576 CHECK_NE(max_allowed_footprint_, 0U);
    [all...]
heap.h 528 return max_allowed_footprint_ - GetBytesAllocated();
1215 size_t max_allowed_footprint_; member in class:art::gc::Heap
    [all...]

Completed in 1445 milliseconds