Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Drelease.h464 uptr FirstBlockInRange = roundUpSlow(FromInRegion, BlockSize); in markRangeAsAllCounted()
573 (roundUpSlow(RoundedRegionSize - TrailingBlockBase, BlockSize) + in markFreeBlocksInRegion()
675 CurrentBoundary = roundUpSlow(PrevPageBoundary, BlockSize); in releaseFreeMemoryToOS()
H A Dcommon.h41 inline constexpr uptr roundUpSlow(uptr X, uptr Boundary) { in roundUpSlow() function
H A Dprimary64.h1532 roundUpSlow(LastGroupEnd - Region->RegionBeg, BlockSize) + in markFreeBlocks()