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

  /art/runtime/gc/space/
large_object_space.cc 264 DCHECK_LT(info, reinterpret_cast<AllocationInfo*>(allocation_info_map_->End()));
303 allocation_info_map_.reset(MemMap::MapAnonymous("large object free list space allocation info map",
306 CHECK(allocation_info_map_.get() != nullptr) << "Failed to allocate allocation info map"
308 allocation_info_ = reinterpret_cast<AllocationInfo*>(allocation_info_map_->Begin());
large_object_space.h 184 std::unique_ptr<MemMap> allocation_info_map_; member in class:art::gc::space::FINAL

Completed in 213 milliseconds