Searched refs:StandardSegs (Results 1 – 3 of 3) sorted by relevance
93 SegsSizes.StandardSegs += SegSize; in getContiguousPageBasedLayoutSizes()368 static_cast<size_t>(SegsSizes->StandardSegs)}; in allocate()369 FinalizeSegsMem = {(void *)((char *)Slab.base() + SegsSizes->StandardSegs), in allocate()378 if (SegsSizes->StandardSegs) in allocate()
477 sys::MemoryBlock StandardSegs, sys::MemoryBlock FinalizeSegs) in allocate() argument479 StandardSegs(std::move(StandardSegs)), in allocate()501 new FinalizedAllocInfo(StandardSegs, std::move(*DeallocActions))))); in allocate()505 OnAbandoned(joinErrors(Parent.freeBlock(StandardSegs), in allocate()531 sys::MemoryBlock StandardSegs; in allocate() member in llvm::JITLinkSlabAllocator::allocate::IPMMAlloc563 sys::MemoryBlock StandardSegs(AllocBase, SegsSizes->StandardSegs); in allocate() local564 sys::MemoryBlock FinalizeSegs(AllocBase + SegsSizes->StandardSegs, in allocate()567 auto NextStandardSegAddr = ExecutorAddr::fromPtr(StandardSegs.base()); in allocate()572 if (SegsSizes->StandardSegs) in allocate()574 NextStandardSegAddr + StandardSegs.allocatedSize()) in allocate()[all …]
242 uint64_t StandardSegs = 0; member245 uint64_t total() const { return StandardSegs + FinalizeSegs; } in total()