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

  /art/runtime/gc/space/
dlmalloc_space.h 103 size_t GetFootprintLimit() OVERRIDE;
malloc_space.h 90 virtual size_t GetFootprintLimit() = 0;
dlmalloc_space.cc 259 size_t DlMallocSpace::GetFootprintLimit() {
292 size_t footprint_limit = GetFootprintLimit();
rosalloc_space.cc 260 size_t RosAllocSpace::GetFootprintLimit() {
348 size_t footprint_limit = GetFootprintLimit();
rosalloc_space.h 90 size_t GetFootprintLimit() OVERRIDE;
  /art/runtime/gc/
heap.cc     [all...]

Completed in 72 milliseconds