HomeSort by relevance Sort by last modified time
    Searched full:malloc_space (Results 1 - 8 of 8) sorted by null

  /art/runtime/gc/space/
valgrind_malloc_space.h 20 #include "malloc_space.h"
zygote_space.h 21 #include "malloc_space.h"
dlmalloc_space.h 20 #include "malloc_space.h"
rosalloc_space.h 21 #include "malloc_space.h"
malloc_space.cc 17 #include "malloc_space.h"
  /art/runtime/native/
dalvik_system_VMDebug.cc 292 gc::space::MallocSpace* malloc_space = space->AsMallocSpace(); local
293 allocSize += malloc_space->GetFootprint();
294 allocUsed += malloc_space->GetBytesAllocated();
  /art/runtime/gc/
heap.cc 450 space::MallocSpace* malloc_space = nullptr; local
453 malloc_space = space::RosAllocSpace::CreateFromMemMap(mem_map, name, kDefaultStartingSize,
457 malloc_space = space::DlMallocSpace::CreateFromMemMap(mem_map, name, kDefaultStartingSize,
463 new accounting::RememberedSet(std::string(name) + " remembered set", this, malloc_space);
467 CHECK(malloc_space != nullptr) << "Failed to create " << name;
468 malloc_space->SetFootprintLimit(malloc_space->Capacity());
469 return malloc_space;
1011 gc::space::MallocSpace* malloc_space = space->AsMallocSpace(); local
    [all...]
  /art/runtime/
Android.mk 70 gc/space/malloc_space.cc \

Completed in 385 milliseconds