iPhone 内存泄漏教程

发布于 2024-10-31 12:05:53 字数 156 浏览 3 评论 0原文

是否有任何好的教程链接可以帮助我解决 iphone 的内存泄漏问题,b/c 每当我分配内存时,我都会遇到一些问题,在 dealloc 中我正在释放该内存,但问题是当我运行时应用程序(运行->使用性能工具运行->泄漏)但我在那里发现了泄漏..我该如何解决它...

请回复我

is there is any good tutorial link that can help me in the memory leaks of iphone,, b/c I am facing some problem whenever I allocate a memeory , in the dealloc I am releasing that memeory, but the problem is that when I run application in the (Run-> Run With Performance Tools -> Leaks) but I got the leaks through there.. how can I resolve it...

reply me plz

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

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

发布评论

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

评论(1

划一舟意中人 2024-11-07 12:05:53

在 XCode 中,您可以运行构建和分析。 XCode 使用错误的内存管理箭头显示内存泄漏。

这是一个很好的教程:iphone-memory-management-tips< /a>

In XCode, you can run Build and Analyze. XCode shows memory leaks with arrows of you bad memory management.

This is a good tutorial : iphone-memory-management-tips

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