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.
线程/进程的堆栈是静态函数/方法的单独副本还是共享的。如果它在保存/存储的位置共享,以及该机制在 C 中如何工作。
Rgds,软软的
静态函数用于限制文件内函数的范围。因为它是一个函数(代码),所以它进入文本(代码)段。
您可以从以下文章中详细了解
http://duartes.org/gustavo/blog/post/anatomy-of-a-program-in-memory