Home
last modified time | relevance | path

Searched refs:MapEnd (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h645 uptr MapEnd = MapBase + MapSize; in allocate() local
664 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()
H A Dprimary32.h425 const uptr MapEnd = MapBase + MapSize; in allocateRegionSlow() local
439 if (End != MapEnd) in allocateRegionSlow()
440 unmap(reinterpret_cast<void *>(End), MapEnd - End); in allocateRegionSlow()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp780 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