Lines Matching defs:Mapper
34 Parent.Mapper->initialize(AI, [OnFinalize = std::move(OnFinalize)](
46 Parent.Mapper->release({AllocAddr}, std::move(OnFinalize));
57 size_t ReservationGranularity, std::unique_ptr<MemoryMapper> Mapper)
59 Mapper(std::move(Mapper)) {}
66 auto SegsSizes = BL.getContiguousPageBasedLayoutSizes(Mapper->getPageSize());
93 Seg.WorkingMem = Mapper->prepare(NextSegAddr, TotalSize);
95 NextSegAddr += alignTo(TotalSize, Mapper->getPageSize());
140 Mapper->reserve(TotalAllocation, std::move(CompleteAllocation));
155 Mapper->deinitialize(Bases, [this, Allocs = std::move(Allocs),