Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Drelease.h493 PageMap.incN(RegionIndex, getPageIndex(FromInRegion), in markRangeAsAllCounted()
522 PageMap.incRange(RegionIndex, getPageIndex(ToInRegion), in markRangeAsAllCounted()
523 getPageIndex(LastBlockInRange + BlockSize - 1)); in markRangeAsAllCounted()
532 PageMap.setAsAllCountedRange(RegionIndex, getPageIndex(FromInRegion), in markRangeAsAllCounted()
533 getPageIndex(ToInRegion - 1)); in markRangeAsAllCounted()
577 PageMap.incN(RegionIndex, getPageIndex(TrailingBlockBase), in markFreeBlocksInRegion()
590 PageMap.inc(RegionIndex, getPageIndex(PInRegion)); in markFreeBlocksInRegion()
599 PageMap.incRange(RegionIndex, getPageIndex(PInRegion), in markFreeBlocksInRegion()
600 getPageIndex(PInRegion + BlockSize - 1)); in markFreeBlocksInRegion()
608 uptr getPageIndex(uptr P) { return (P >> PageSizeLog) - ReleasePageOffset; } in getPageIndex() function