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