Searched refs:allocation_info_map_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/space/
H A Dlarge_object_space.cc264 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());
H A Dlarge_object_space.h184 std::unique_ptr<MemMap> allocation_info_map_; member in class:art::gc::space::FINAL

Completed in 45 milliseconds