Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Drelease.h588 const uptr PInRegion = DecompactPtr(It.get(I)) - Base; in markFreeBlocksInRegion() local
589 DCHECK_LT(PInRegion, RegionSize); in markFreeBlocksInRegion()
590 PageMap.inc(RegionIndex, getPageIndex(PInRegion)); in markFreeBlocksInRegion()
598 const uptr PInRegion = DecompactPtr(It.get(I)) - Base; in markFreeBlocksInRegion() local
599 PageMap.incRange(RegionIndex, getPageIndex(PInRegion), in markFreeBlocksInRegion()
600 getPageIndex(PInRegion + BlockSize - 1)); in markFreeBlocksInRegion()