Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 gcc 编译器编译时,有什么方法可以找到分配给各种变量和文件的空间。
您可以轻松地使用映射文件来查找静态变量的分配。
如果您想根据包含声明的文件对这些信息进行排序,则必须编写一个执行此操作的程序,这应该是可能的。代码分配也是如此。