Home
last modified time | relevance | path

Searched refs:CreateZygoteSpace (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/space/
Dmalloc_space.h130 ZygoteSpace* CreateZygoteSpace(const char* alloc_space_name, bool low_memory_mode,
Dmalloc_space.cc180 ZygoteSpace* MallocSpace::CreateZygoteSpace(const char* alloc_space_name, bool low_memory_mode, in CreateZygoteSpace() function in art::gc::space::MallocSpace
Dspace_create_test.cc176 space::ZygoteSpace* zygote_space = space->CreateZygoteSpace("alloc space", in TEST_P()