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

  /art/runtime/gc/space/
rosalloc_space.cc 139 rosalloc->SetFootprintLimit(initial_size);
153 rosalloc_->SetFootprintLimit(max_allowed);
158 rosalloc_->SetFootprintLimit(footprint);
265 void RosAllocSpace::SetFootprintLimit(size_t new_size) {
267 VLOG(heap) << "RosAllocSpace::SetFootprintLimit " << PrettySize(new_size);
275 rosalloc_->SetFootprintLimit(new_size);
356 SetFootprintLimit(footprint_limit);
dlmalloc_space.h 108 void SetFootprintLimit(size_t limit) OVERRIDE;
malloc_space.h 95 virtual void SetFootprintLimit(size_t limit) = 0;
dlmalloc_space.cc 264 void DlMallocSpace::SetFootprintLimit(size_t new_size) {
266 VLOG(heap) << "DlMallocSpace::SetFootprintLimit " << PrettySize(new_size);
298 SetFootprintLimit(footprint_limit);
rosalloc_space.h 91 void SetFootprintLimit(size_t limit) OVERRIDE;
  /art/runtime/gc/allocator/
rosalloc.h 563 void SetFootprintLimit(size_t bytes) LOCKS_EXCLUDED(lock_);
rosalloc.cc     [all...]
  /art/runtime/gc/
heap.cc 310 non_moving_space_->SetFootprintLimit(non_moving_space_->Capacity());
488 malloc_space->SetFootprintLimit(malloc_space->Capacity());
    [all...]

Completed in 408 milliseconds