WTF_ALIGNED        32 Source/wtf/Alignment.h     #define WTF_ALIGNED(variable_type, variable, n) variable_type variable __attribute__((__aligned__(n)))
WTF_ALIGNED        35 Source/wtf/Alignment.h     #define WTF_ALIGNED(variable_type, variable, n) __declspec(align(n)) variable_type variable