Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Drelease.h562 const uptr TrailingBlockBase = LastBlockInRegion + BlockSize; in markFreeBlocksInRegion() local
566 DCHECK_LT(RoundedRegionSize - TrailingBlockBase, PageSize); in markFreeBlocksInRegion()
573 (roundUpSlow(RoundedRegionSize - TrailingBlockBase, BlockSize) + in markFreeBlocksInRegion()
577 PageMap.incN(RegionIndex, getPageIndex(TrailingBlockBase), in markFreeBlocksInRegion()