Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator.cpp375 const uptr AlignedUserPtr = RoundUpTo(UserPtr, Alignment); in allocate() local
376 Header.Offset = (AlignedUserPtr - UserPtr) >> MinAlignmentLog; in allocate()
377 UserPtr = AlignedUserPtr; in allocate()