On Aug 28, 12:49 am, "Mark Murphy" <mmur...@commonsware.com> wrote:
> Strategically, find ways to help out with improvements to the Android
> garbage collector.

The bitmap memory isn't actually stored on the VM heap -- it's an
"external allocation" -- so improvements to the GC will not help this
much.

A compacting GC would have some positive effects in that reduced
fragmentation will cause the reported "footprint size" of the virtual
heap to be closer to the actual usage.  Since the total allocation cap
is based on the footprint size, you'd potentially have a bit more
memory available for external allocs.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to