Home
last modified time | relevance | path

Searched refs:initial_size_ (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/space/
Dmalloc_space.cc45 starting_size_(starting_size), initial_size_(initial_size) { in MallocSpace()
194 void* allocator = CreateAllocator(End(), starting_size_, initial_size_, capacity, in CreateZygoteSpace()
198 if (capacity > initial_size_) { in CreateZygoteSpace()
199 CHECK_MEMORY_CALL(mprotect, (end, capacity - initial_size_, PROT_NONE), alloc_space_name); in CreateZygoteSpace()
Ddlmalloc_space.cc156 can_move_objects, starting_size_, initial_size_); in CreateInstance()
297 mspace_ = CreateMspace(mem_map_->Begin(), starting_size_, initial_size_); in Clear()
Drosalloc_space.cc171 initial_size_, low_memory_mode_); in CreateInstance()
354 rosalloc_ = CreateRosAlloc(mem_map_->Begin(), starting_size_, initial_size_, in Clear()
Dmalloc_space.h186 const size_t initial_size_; variable