Searched defs:G_ALIGNOF (Results 1 – 1 of 1) sorted by relevance
910 #define G_ALIGNOF(type) _Alignof (type) macro912 #define G_ALIGNOF(type) (G_STRUCT_OFFSET (struct { char a; type b; }, b)) macro