内存泄漏?还是乐器的bug?

发布于 2024-11-29 22:44:24 字数 137 浏览 1 评论 0原文

我确定这是内存泄漏,而且我当然不是内存分配方面的专家,但仪器说我有零字节的内存泄漏...在此处输入图像描述

有人能解释一下这到底是什么意思吗?

I'm sure it's a memory leak, and I'm certainly no expert in memory allocation, but instruments says I have a memory leak of zero bytes...enter image description here

Can someone explain what exactly that means?

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

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

发布评论

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

评论(1

絕版丫頭 2024-12-06 22:44:24

一旦您选择了“Leaks Discovered”,泄漏的对象(包括启动它的责任方)应该出现在“仪器”窗口的下半部分。

在 XCode 中执行“分析”(Command + I)也会显示代码中可能存在的内存泄漏。

The leaked object (including the responsible party that initiates it) should appear in the lower half part of the Instruments window, once you have selected the "Leaks Discovered".

Doing an "Analyze" (Command + I) in XCode will also show possible memory leaks in your code.

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