Searched refs:AlignedUserPtr (Results 1 – 1 of 1) sorted by relevance
375 const uptr AlignedUserPtr = RoundUpTo(UserPtr, Alignment); in allocate() local376 Header.Offset = (AlignedUserPtr - UserPtr) >> MinAlignmentLog; in allocate()377 UserPtr = AlignedUserPtr; in allocate()