You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// alignedInlineElementSlots is actually the 'size' of the segment. The size of the segment should not be greater than InlineHead segment limit, otherwise the inline
243
+
// segment may not be interpreted as inline segment if the length extends to the size.
244
+
// the size could increase because of allignment.
245
+
// Update the size so that it does not exceed SparseArraySegmentBase::INLINE_CHUNK_SIZE.
0 commit comments