Sanitizers are picky for container start addresses to be aligned at 8 byte aligned offsets, which causes issues under 32 bit compilations as we lay out the internal layout as {arena*, elements[...]}. This change forces the minimum header size to be at least 8 bytes, adding padding as needed. PiperOrigin-RevId: 527596133pull/12573/head
parent
a1b6dd9247
commit
c224676c2d
1 changed files with 9 additions and 9 deletions
Loading…
Reference in new issue