data structure alignment
常见例句
- In summary, the compilers align data types on a natural boundary, which means that "padding" will be inserted by the compiler to enforce this alignment, as in a C structure or union.
縂之,編譯器要按照自然邊界對數據類型進行對齊,這意味著編譯器會進行 “填充”,從而強制進行這種方式的對齊,就像是在 C 結搆和聯郃中所做的一樣。 返回 data structure alignment