Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Drelease.h561 const uptr RoundedRegionSize = roundUp(RegionSize, PageSize); in markFreeBlocksInRegion() local
566 DCHECK_LT(RoundedRegionSize - TrailingBlockBase, PageSize); in markFreeBlocksInRegion()
573 (roundUpSlow(RoundedRegionSize - TrailingBlockBase, BlockSize) + in markFreeBlocksInRegion()