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

  /art/runtime/gc/space/
dlmalloc_space.h 100 size_t GetFootprint() OVERRIDE;
malloc_space.h 87 virtual size_t GetFootprint() = 0;
space_test.h 384 size_t footprint = space->GetFootprint();
430 footprint = space->GetFootprint();
472 footprint = space->GetFootprint();
498 footprint = space->GetFootprint();
527 footprint = space->GetFootprint();
536 footprint = space->GetFootprint();
rosalloc_space.h 89 size_t GetFootprint() OVERRIDE;
dlmalloc_space.cc 254 size_t DlMallocSpace::GetFootprint() {
rosalloc_space.cc 255 size_t RosAllocSpace::GetFootprint() {
  /art/runtime/native/
dalvik_system_VMDebug.cc 293 allocSize += malloc_space->GetFootprint();

Completed in 441 milliseconds