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

  /art/runtime/gc/space/
rosalloc_space.cc 105 size_t starting_size = Heap::kDefaultStartingSize;
  /art/runtime/gc/
heap.h 133 static constexpr size_t kDefaultStartingSize = kPageSize;
    [all...]
heap.cc 308 non_moving_space_mem_map.release(), "zygote / non moving space", kDefaultStartingSize,
473 malloc_space = space::RosAllocSpace::CreateFromMemMap(mem_map, name, kDefaultStartingSize,
477 malloc_space = space::DlMallocSpace::CreateFromMemMap(mem_map, name, kDefaultStartingSize,
    [all...]

Completed in 1079 milliseconds