Understanding stack allocation and alignment

前端 未结 5 1620
一生所求
一生所求 2021-01-05 19:54

I\'m trying to understand how stack alignment works as described in what is "stack alignment"? but I have trouble getting a small example to demonstrate the said b

5条回答
  •  遥遥无期
    2021-01-05 19:55

    The usual rule is that variables are allocated on 32-bit boundaries. I'm not sure why you think 16 bytes has any special meaning.

提交回复
热议问题