Searched refs:ALIGNOF (Results 1 – 1 of 1) sorted by relevance
131 #define ALIGNOF(type) (sizeof(type) - sizeof(type) + __alignof(type)) macro133 #define ALIGNOF(type) __alignof__(type) macro