Xcode 环境中的 Valgrind 相当于什么?

发布于 2024-10-27 05:01:46 字数 137 浏览 2 评论 0原文

最近有人推荐我使用 Valgrind 来检查我的 iPhone 项目(主要用 C 和 Objective-C 编写)中的内存泄漏、错误等。

我对此类工作相当陌生,并且想知道 Xcode 中有哪些工具可以实现相同的目的。

非常感谢

It was recently recommended to me to use Valgrind to check for memory leaks, errors etc. on my iPhone project (which is written mainly in C and Objective-C).

I'm fairly new to this kind of work and was wondering what tools there were in Xcode that would serve the same purpose.

Thanks so much

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

明媚如初 2024-11-03 05:01:46

如果您想检查内存泄漏,那么您可以使用带有泄漏的性能工具运行您的项目。按照屏幕截图进行操作。

在此处输入图像描述

If you want to check memory leaks then you can run your project with performance tool with leaks. Follow the screen shot.

enter image description here

油焖大侠 2024-11-03 05:01:46

http://landonf.bikemonkey.org/code/iphone/iPhone_Simulator_Valgrind.20081224.html

Xcode “Leaks”工具与 Valgrind 不同。除了检测内存泄漏之外,Valgrind 还检测覆盖内存边界(除其他外)。

http://landonf.bikemonkey.org/code/iphone/iPhone_Simulator_Valgrind.20081224.html

Xcode's "Leaks" tool is not the same thing as Valgrind. Valgrind detects overwriting memory boundaries (amongst other things) in addition to detecting memory leaks.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文