Searched defs:alloc_space_name (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/space/
H A Dmalloc_space.cc160 ZygoteSpace* MallocSpace::CreateZygoteSpace(const char* alloc_space_name, bool low_memory_mode, argument
191 std::unique_ptr<MemMap> mem_map(GetMemMap()->RemapAtEnd(End(), alloc_space_name, local
199 CHECK_MEMORY_CALL(mprotect, (end, capacity - initial_size_, PROT_NONE), alloc_space_name);
201 *out_malloc_space = CreateInstance(alloc_space_name, mem_map.release(), allocator, End(), end,

Completed in 80 milliseconds