我正在使用wikitude作为我的增强现实移动应用程序项目。我的问题是,在恢复应用程序之前和之后,我不知道如何管理应用程序内存。这是我在xcode5上的测试结果。每次我在预览世界里继续我的应用程序,内存的使用就会不断增加。

为什么?
发布于 2014-02-10 02:58:09
我得到了答案,只需更新来自github的最新wikitude。这是因为iOS7。
发布于 2014-02-06 02:35:55
你可能已经放弃了记忆。把这个线程看作是一个很好的起点。Tips for finding and debugging abandoned memory and heap growth
https://stackoverflow.com/questions/21592694
复制相似问题