[android-developers] Re: Bitmap vm memory location in ice cream sandwich

2011-12-19 Thread Hithredin
> > > On Sun, Dec 18, 2011 at 12:26 PM, Mark Murphy wrote: > > On Fri, Dec 16, 2011 at 10:35 AM, Hithredin > > wrote: > >> Do you know how the bitmaps are managed by Android 4.0? > >> In previous version the bitmaps were not located inside the VM of the >

[android-developers] Bitmap vm memory location in ice cream sandwich

2011-12-18 Thread Hithredin
Hi developers! Do you know how the bitmaps are managed by Android 4.0? In previous version the bitmaps were not located inside the VM of the application, but in the Native Heap instead. I ask this question because my application works well under versions 2.x and 3.x, but since 4.0, it take more t