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