Searched defs:struct_with_aligned_field (Results 1 – 1 of 1) sorted by relevance
17 struct struct_with_aligned_field { struct18 int some_aligned_data[12] __attribute__(( aligned(64) )); // 48 bytes of stuff, aligned to 64.