Searched refs:SegsSizes (Results 1 – 3 of 3) sorted by relevance
81 ContiguousPageBasedLayoutSizes SegsSizes; in getContiguousPageBasedLayoutSizes() local93 SegsSizes.StandardSegs += SegSize; in getContiguousPageBasedLayoutSizes()95 SegsSizes.FinalizeSegs += SegSize; in getContiguousPageBasedLayoutSizes()98 return SegsSizes; in getContiguousPageBasedLayoutSizes()324 auto SegsSizes = BL.getContiguousPageBasedLayoutSizes(PageSize); in allocate() local325 if (!SegsSizes) { in allocate()326 OnAllocated(SegsSizes.takeError()); in allocate()332 if (SegsSizes->total() > std::numeric_limits<size_t>::max()) { in allocate()368 static_cast<size_t>(SegsSizes->StandardSegs)}; in allocate()378 if (SegsSizes->StandardSegs) in allocate()[all …]
66 auto SegsSizes = BL.getContiguousPageBasedLayoutSizes(Mapper->getPageSize()); in allocate() local67 if (!SegsSizes) { in allocate()68 OnAllocated(SegsSizes.takeError()); in allocate()73 if (SegsSizes->total() > std::numeric_limits<size_t>::max()) { in allocate()76 SegsSizes->total(), G.getName()))); in allocate()81 SegsSizes->total(), in allocate()
536 auto SegsSizes = BL.getContiguousPageBasedLayoutSizes(PageSize); in allocate() local538 if (!SegsSizes) { in allocate()539 OnAllocated(SegsSizes.takeError()); in allocate()547 if (SegsSizes->total() > SlabRemaining.allocatedSize()) { in allocate()550 formatv("{0:x}", SegsSizes->total()) + in allocate()559 sys::MemoryBlock(AllocBase + SegsSizes->total(), in allocate()563 sys::MemoryBlock StandardSegs(AllocBase, SegsSizes->StandardSegs); in allocate()564 sys::MemoryBlock FinalizeSegs(AllocBase + SegsSizes->StandardSegs, in allocate()565 SegsSizes->FinalizeSegs); in allocate()572 if (SegsSizes->StandardSegs) in allocate()[all …]