How to identify the bitmap objects when doing the allocation inside dalvik?
2 views
Skip to first unread message
dunning
unread,
Aug 9, 2011, 10:24:41 PM8/9/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-platform
I want to improve the memory management in dalvik, the first step is
to find the bitmap objects inside the dalvik heap. Do anyone know how
to identify a bitmap object when doing the object allocation in
dalvik? Thank you in advance.