Linux下的虚拟地址映射详解(二)线性地址到物理地址的映射

原文:http://blog.csdn.net/qq_33225741/article/details/71987485 现在有这么一个函数   void main() { int a = 2; cout<<&a<<endl;   while(a) { ; } cout<<”fun end”<<endl; }       函数运行起来会是这个样子:先打印出a的地址,假设是0x12345678,接着
相关文章
相关标签/搜索