Searched refs:NextSegAddr (Results 1 – 2 of 2) sorted by relevance
82 auto NextSegAddr = Result->Start; in allocate() local92 Seg.Addr = NextSegAddr; in allocate()93 Seg.WorkingMem = Mapper->prepare(NextSegAddr, TotalSize); in allocate()95 NextSegAddr += alignTo(TotalSize, Mapper->getPageSize()); in allocate()107 UsedMemory.insert({Result->Start, NextSegAddr - Result->Start}); in allocate()109 if (NextSegAddr < Result->End) { in allocate()111 AvailableMemory.insert(NextSegAddr, Result->End - 1, true); in allocate()
147 ExecutorAddr NextSegAddr = AllocAddr; in completeAllocation() local152 Seg.Addr = NextSegAddr; in completeAllocation()154 NextSegAddr += ExecutorAddrDiff( in completeAllocation()