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

  /art/runtime/gc/space/
dlmalloc_space.h 94 void SetFootprintLimit(size_t limit);
dlmalloc_space.cc 304 SetFootprintLimit(RoundUp(size, kPageSize));
483 void DlMallocSpace::SetFootprintLimit(size_t new_size) {
485 VLOG(heap) << "DLMallocSpace::SetFootprintLimit " << PrettySize(new_size);
  /art/runtime/gc/
heap.cc 170 alloc_space_->SetFootprintLimit(alloc_space_->Capacity());
    [all...]

Completed in 39 milliseconds