Searched refs:MapEnd (Results 1 – 3 of 3) sorted by relevance
645 uptr MapEnd = MapBase + MapSize; in allocate() local664 DCHECK_LE(NewMapEnd, MapEnd); in allocate()665 if (SCUDO_WORDSIZE == 32U && NewMapEnd != MapEnd) { in allocate()666 MemMap.unmap(NewMapEnd, MapEnd - NewMapEnd); in allocate()667 MapEnd = NewMapEnd; in allocate()671 const uptr CommitSize = MapEnd - PageSize - CommitBase; in allocate()
425 const uptr MapEnd = MapBase + MapSize; in allocateRegionSlow() local439 if (End != MapEnd) in allocateRegionSlow()440 unmap(reinterpret_cast<void *>(End), MapEnd - End); in allocateRegionSlow()
780 auto MapEnd = MappedIteratorType(VMaps.end(), GetPtr); in privateUpdateExitBlocksForClonedLoop() 781 privateUpdateExitBlocksForClonedLoop(ExitBlocks, MapBegin, MapEnd, DT); in privateUpdateExitBlocksForClonedLoop() 805 auto MapEnd = MappedIteratorType(VMaps.end(), GetPtr); updateExitBlocksForClonedLoop() local