noun
boundary alignment
Computing term referring to the adjustment of data or memory addresses to fall on specific boundaries, often for performance or hardware requirements.
このプロセッサでは、データの境界合わせが自動的に行われる。
On this processor, data boundary alignment is performed automatically.
構造体のメンバを適切に配置することで、境界合わせによるパディングを減らせる。
By arranging the members of a struct appropriately, you can reduce padding due to boundary alignment.