[android-developers] Re: How to track memory consumption? (Bitmaps)

2009-03-27 Thread Markus Junginger
Thanks Michael for your reply. On Mar 27, 12:07 am, Michael MacDonald googlec...@antlersoft.com wrote: AFAIK, bitmaps *are* created outside the Java heap, and there is a limit of 16MB imposed on the *sum* of the Java heap and the total of the allocated bitmaps. So, does this mean, that there

[android-developers] Re: How to track memory consumption? (Bitmaps)

2009-03-26 Thread Michael MacDonald
AFAIK, bitmaps *are* created outside the Java heap, and there is a limit of 16MB imposed on the *sum* of the Java heap and the total of the allocated bitmaps. I don't know what you can look at to tell exactly how big the bitmap is, but I think they are essentially the size you think they would