Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
Dcommon.h34 inline constexpr uptr roundDownTo(uptr X, uptr Boundary) { in roundDownTo() function
Dsecondary.h233 roundDownTo(CommitBase + CommitSize - Size, Alignment); in retrieve()
559 const uptr AllocPos = roundDownTo(CommitBase + CommitSize - Size, Alignment); in allocate()