Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp379 const uptr AlignedUserPtr = RoundUpTo(UserPtr, Alignment); in allocate() local
380 Header.Offset = (AlignedUserPtr - UserPtr) >> MinAlignmentLog; in allocate()
381 UserPtr = AlignedUserPtr; in allocate()