Searched refs:NextSegAddr (Results 1 – 2 of 2) sorted by relevance
88 auto NextSegAddr = Result->Start; in allocate() local98 Seg.Addr = NextSegAddr; in allocate()99 Seg.WorkingMem = Mapper->prepare(NextSegAddr, TotalSize); in allocate()101 NextSegAddr += alignTo(TotalSize, Mapper->getPageSize()); in allocate()
149 ExecutorAddr NextSegAddr = AllocAddr; in completeAllocation() local154 Seg.Addr = NextSegAddr; in completeAllocation()156 NextSegAddr += ExecutorAddrDiff( in completeAllocation()