void a(int x, int y)
{
....
....
}void b()
{
}如计算函数a的代码长是(int)b-(int)a+2*sizeof(int)+1024吗?
为什么还要加1k?