Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dcommon.h34 inline constexpr uptr roundDownTo(uptr X, uptr Boundary) { in roundDownTo() function
H A Dsecondary.h246 roundDownTo(CommitBase + CommitSize - Size, Alignment); in retrieve()
573 const uptr AllocPos = roundDownTo(CommitBase + CommitSize - Size, Alignment); in allocate()