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.
我正在对我的项目中的分配进行截图。我在 50 秒时模拟了一个内存警告,但分配永远不会减少。也许我没有正确理解这一点?
我认为该图显示的是整体字节数,即应用程序在运行期间消耗的所有内存
事实证明,我的大对象(UIViews / Controllers)都没有被释放。潜入水中后,我看到了一些像我应该的那样上下波动。