iPad:分配显示 3 MB 内存,而脏内存不断增加,达到超过 100 MB

发布于 2025-01-07 01:25:24 字数 338 浏览 0 评论 0原文

我正在开发一个 iPad 应用程序,其中包含大量图像、动画和视频。我的应用程序在运行 12 到 13 分钟后崩溃。分配显示仅 3 MB 内存使用量,而 VM Tracker 脏内存不断增加,直到达到 130 MB,然后应用程序崩溃。但是 VM Tracker 没有让我了解代码中实际发生的情况以及哪段代码负责增加脏内存。我被它困住了。已经尝试了所有可能的方法。我没有使用 [UIImage imageNamed:],尽可能避免自动释放对象,使用自动释放池,其中使用了一些方便的构造函数。我在大多数地方使用 FTUtils 进行动画,而在某些地方我使用 [UIView beginAnimation:] 但我无法得出任何结论。任何帮助将不胜感激,因为我陷入了困境。

I am working on an iPad app that includes lots of images, animations and videos. My app crashes after running 12 to 13 minutes. Allocations show me only 3 MB memory usage while in VM Tracker dirty memory continuously increases till it reaches 130 MB and then app crashes. But VM Tracker does not give me any insight about what is actually happening in the code and which piece of code is responsible for increasing dirty memory. I am badly stuck with it. Have tried every possible thing. I am not using [UIImage imageNamed:], have avoided autoreleased objects as long as I can, have used autorelease pools where some convenience constructor is used. I am using FTUtils for animations in most places while in some places I am using [UIView beginAnimation:] but I am unable to reach any conclusion. Any help will be highly appreciated because I am badly stuck.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文