内存泄漏?还是乐器的bug?
我确定这是内存泄漏,而且我当然不是内存分配方面的专家,但仪器说我有零字节的内存泄漏...
有人能解释一下这到底是什么意思吗?
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...
Can someone explain what exactly that means?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一旦您选择了“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.