很简单,把memorywarning里面的代码拷出来就好:
CCSpriteFrameCache::sharedSpriteFrameCache()->purgeSharedSpriteFrameCache();
CCTextureCache::sharedTextureCache()->removeUnusedTextures();
参考:
http://blog.sina.com.cn/s/blog_777694e901014abw.html
原文链接:https://www.f2er.com/cocos2dx/343013.html