Searched refs:ALIGN_AS (Results 1 – 4 of 4) sorted by relevance
190 #define ALIGN_AS(n) /*empty*/ macro199 #define ALIGN_AS(n) alignas(n) macro
273 #define ALIGN_AS(n) __declspec(align(n)) macro275 #define ALIGN_AS(n) macro
83 struct ALIGN_AS(CACHE_LINE_SIZE) StatisticsData { in ALIGN_AS() function
194 class ALIGN_AS(CACHE_LINE_SIZE) LRUCacheShard final : public CacheShard { in ALIGN_AS() function