Home
last modified time | relevance | path

Searched refs:alloc_space_name (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/space/
Dmalloc_space.cc180 ZygoteSpace* MallocSpace::CreateZygoteSpace(const char* alloc_space_name, bool low_memory_mode, in CreateZygoteSpace() argument
213 End(), alloc_space_name, PROT_READ | PROT_WRITE, &error_msg); in CreateZygoteSpace()
220 CheckedCall(mprotect, alloc_space_name, end, capacity - initial_size_, PROT_NONE); in CreateZygoteSpace()
223 alloc_space_name, in CreateZygoteSpace()
Dmalloc_space.h130 ZygoteSpace* CreateZygoteSpace(const char* alloc_space_name, bool low_memory_mode,