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 160 ZygoteSpace* MallocSpace::CreateZygoteSpace(const char* alloc_space_name, bool low_memory_mode,
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,
malloc_space.h 124 ZygoteSpace* CreateZygoteSpace(const char* alloc_space_name, bool low_memory_mode,

Completed in 331 milliseconds