any good tutorials re finding memory leaks?

社会主义新天地 提交于 2019-12-12 02:26:38

问题


Any good tutorials on finding root cause of memory leaks?

I've already got the basics of how to run the leaks aspect of Instruments, and I've read the doco, however I've got leaks with the NSDate object and it seems Instruments points at where the leaky object originally came from, so the actual memory leak could be somewhere else in the chain of events in terms of how the object was used.

Would be keen to know of any good fault finding techniques for the non-obvious memory leaks like this?

来源:https://stackoverflow.com/questions/6105693/any-good-tutorials-re-finding-memory-leaks

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!