android中如何识别dalvik内部的bitmap对象?
我想改进dalvik中的内存管理,第一步是找到内存内部的位图对象。有谁知道在dalvik中进行对象分配时如何识别位图对象?先感谢您。
I want to improve the memory management in dalvik, the first step is to find the bitmap objects inside the memory. Do anyone know how to identify a bitmap object when doing the object allocation in dalvik? Thank you in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
希望此链接在解决您遇到的问题的过程中有价值:
http://kohlem.blogspot.de/2009/07/eclipse-memory-analyzer-10-useful.html
http://www.vogella.com/articles/EclipseMemoryAnalyser/article.html
干杯
Hope this links will be valuable in process of solving issues u have:
http://kohlerm.blogspot.de/2009/07/eclipse-memory-analyzer-10-useful.html
http://www.vogella.com/articles/EclipseMemoryAnalyser/article.html
Cheers