HomeSort by relevance Sort by last modified time
    Searched refs:alloc_space_name (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/space/
malloc_space.cc 164 ZygoteSpace* MallocSpace::CreateZygoteSpace(const char* alloc_space_name, bool low_memory_mode,
196 std::unique_ptr<MemMap> mem_map(GetMemMap()->RemapAtEnd(End(), alloc_space_name, local
204 CHECK_MEMORY_CALL(mprotect, (end, capacity - initial_size_, PROT_NONE), alloc_space_name);
206 *out_malloc_space = CreateInstance(mem_map.release(), alloc_space_name, allocator, End(), end,
malloc_space.h 133 ZygoteSpace* CreateZygoteSpace(const char* alloc_space_name, bool low_memory_mode,

Completed in 74 milliseconds