Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp357 const uptr AlignedUserPtr = RoundUpTo(UserPtr, Alignment); in allocate() local
358 Header.Offset = (AlignedUserPtr - UserPtr) >> MinAlignmentLog; in allocate()
359 UserPtr = AlignedUserPtr; in allocate()