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.
我曾经使用 valgrind 来查找我的应用程序中的内存泄漏。但是当我使用 gtk/qt/glut 或任何“窗口”应用程序时,valgrind 就像一个邪恶的垃圾邮件。
我发现在这些库中没有真正的内存泄漏 - 但是如何检测真正的内存泄漏?
您可以使用抑制文件来消除您无法控制的第三方库中的警告。