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

  /art/runtime/gc/space/
rosalloc_space.cc 103 // will ask for this memory from sys_alloc which will fail as the footprint (this value plus the
104 // size of the large allocation) will be greater than the footprint limit.
131 // with a footprint of morecore_start. When morecore_start bytes of
157 size_t footprint = rosalloc_->Footprint(); local
158 rosalloc_->SetFootprintLimit(footprint);
227 // Callback from rosalloc when it needs to increase the footprint
257 return rosalloc_->Footprint();
268 // Compare against the actual footprint, rather than the Size(), because the heap may not have
270 size_t current_space_size = rosalloc_->Footprint();
    [all...]
  /art/runtime/gc/allocator/
rosalloc.h 412 // The footprint in bytes of the currently allocated portion of the
416 // The maximum footprint. The address, base_ + capacity_, indicates
465 // and the footprint.
549 // Try to reduce the current footprint by releasing the free page
558 // Returns the current footprint.
559 size_t Footprint() LOCKS_EXCLUDED(lock_);
560 // Returns the current capacity, maximum footprint.
rosalloc.cc 154 // Failed to allocate pages. Grow the footprint, if possible.
206 LOG(INFO) << "RosAlloc::AllocPages() : increased the footprint from "
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 93 milliseconds