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

  /art/runtime/gc/space/
malloc_space.cc 45 starting_size_(starting_size), initial_size_(initial_size) {
194 void* allocator = CreateAllocator(End(), starting_size_, initial_size_, capacity,
197 byte* end = mem_map->Begin() + starting_size_;
dlmalloc_space.cc 156 can_move_objects, starting_size_, initial_size_);
296 SetEnd(Begin() + starting_size_);
297 mspace_ = CreateMspace(mem_map_->Begin(), starting_size_, initial_size_);
rosalloc_space.cc 170 begin, end, limit, growth_limit, can_move_objects, starting_size_,
352 SetEnd(begin_ + starting_size_);
354 rosalloc_ = CreateRosAlloc(mem_map_->Begin(), starting_size_, initial_size_,
malloc_space.h 185 const size_t starting_size_; member in class:art::gc::space::MallocSpace

Completed in 266 milliseconds