SET_ALIGNED 121 ext/standard/string.c # define SET_ALIGNED(alignment, decl) __declspec(align(alignment)) decl SET_ALIGNED 123 ext/standard/string.c # define SET_ALIGNED(alignment, decl) decl __attribute__ ((__aligned__ (alignment))) SET_ALIGNED 125 ext/standard/string.c # define SET_ALIGNED(alignment, decl) decl