Searched defs:LAZY_ALIGN (Results 1 – 1 of 1) sorted by relevance
113 #define LAZY_ALIGN(x) __attribute__((aligned(__alignof__(x)))) macro115 #define LAZY_ALIGN(x) macro120 typedef char StorageType[sizeof(T)] LAZY_ALIGN(T); typedef