Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp378 const uptr AlignedUserPtr = RoundUpTo(UserPtr, Alignment); in allocate() local
379 Header.Offset = (AlignedUserPtr - UserPtr) >> MinAlignmentLog; in allocate()
380 UserPtr = AlignedUserPtr; in allocate()