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 114 size_t GetFootprintLimit() OVERRIDE;
malloc_space.h 95 virtual size_t GetFootprintLimit() = 0;
dlmalloc_space.cc 247 size_t DlMallocSpace::GetFootprintLimit() {
280 size_t footprint_limit = GetFootprintLimit();
rosalloc_space.cc 272 size_t RosAllocSpace::GetFootprintLimit() {
360 size_t footprint_limit = GetFootprintLimit();
rosalloc_space.h 109 size_t GetFootprintLimit() OVERRIDE;
  /art/runtime/gc/
heap.cc     [all...]

Completed in 68 milliseconds