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) {
195 void* allocator = CreateAllocator(End(), starting_size_, initial_size_, capacity,
198 uint8_t* end = mem_map->Begin() + starting_size_;
dlmalloc_space.cc 160 can_move_objects, starting_size_);
163 growth_limit, can_move_objects, starting_size_);
283 SetEnd(Begin() + starting_size_);
284 mspace_ = CreateMspace(mem_map_->Begin(), starting_size_, initial_size_);
rosalloc_space.cc 183 limit, growth_limit, can_move_objects, starting_size_, low_memory_mode_);
187 growth_limit, can_move_objects, starting_size_, low_memory_mode_);
363 SetEnd(begin_ + starting_size_);
365 rosalloc_ = CreateRosAlloc(mem_map_->Begin(), starting_size_, initial_size_,
malloc_space.h 194 const size_t starting_size_; member in class:art::gc::space::MallocSpace

Completed in 739 milliseconds