Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是heapshot的截图。每次我在应用程序中滑动到下一页时,我确实在instrument中标记了heapshot: 内存中存在许多304字节的s并且使内存增加。详细信息窗格显示与我在应用程序中的代码无关的回溯。只是许多 libCGFreetyp.A.dylib 或其他系统框架,为什么会这样。
我不确定 heapshot 是解决这个问题的最简单方法。首先尝试使用泄漏工具,如果不能清楚地表明哪个对象正在泄漏,请使用分配并确定在切换到下一页时分配了哪些对象。从那里,只需跟随该对象来确定应该在什么时候删除您的引用。