byte boundary alignment
常见例句
- The alignment is always the same as the type size; that is, a variable of type int is four bytes long and will be stored at a 4-byte boundary.
排列的方式通常和类型的大小保持一致;例如,int 类型的一个变量的长度是 4 字节,因此要将它存储在 4 字节区域。 返回 byte boundary alignment