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.
如果我在我的应用程序中分配一些内存并且不使用 delete 或 delete[] 运算符释放它们,它们会在退出应用程序或应用程序突然终止时被释放吗?
如果问题是关于 C++ 的,我会说它没有在标准中描述。正如 juanchopanza 所说的那样,是否释放内存是操作系统的问题。我认为,通用操作系统通常会重新分配,但嵌入式或实时操作系统可能不会。