byte boundary alignment
常見(jiàn)例句
- 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.
排列的方式通常和類(lèi)型的大小保持一致;例如,int 類(lèi)型的一個(gè)變量的長(zhǎng)度是 4 字節(jié),因此要將它存儲(chǔ)在 4 字節(jié)區(qū)域。 返回 byte boundary alignment