计算机组成原理-相关
32位机器上struct A { int a; //4 bytes char b; //1 bytes char pad[3] //3 bytes int c; //4 bytes char d; ...