Searched refs:SegAddr (Results 1 – 2 of 2) sorted by relevance
397 auto &SegAddr = (AG.getMemDeallocPolicy() == MemDeallocPolicy::Standard) in allocate() local401 Seg.WorkingMem = SegAddr.toPtr<char *>(); in allocate()402 Seg.Addr = SegAddr; in allocate()404 SegAddr += alignTo(Seg.ContentSize + Seg.ZeroFillSize, PageSize); in allocate()
590 auto &SegAddr = in allocate() local596 dbgs() << " " << Group << " -> " << formatv("{0:x16}", SegAddr) in allocate()599 Seg.WorkingMem = SegAddr.toPtr<char *>(); in allocate()600 Seg.Addr = SegAddr + SlabDelta; in allocate()602 SegAddr += alignTo(Seg.ContentSize + Seg.ZeroFillSize, PageSize); in allocate()