[android-developers] Anyone have an alternative to VMRuntime.getExternalBytesAllocated()?
Title sums it up nicely... I'm looking for a way to determine how much
of the heap my bitmap-heavy app is actually using. It's problematic
since the mapped bits themselves are allocated externally, although
they still count against your heap limit. The
VMRuntime.getExternalBytesAllocated() function does exactly this, but
unfortunately VMRuntime is deprecated, so I'm reluctant to use it.
So, does anyone know another way to get a total of externally
allocated memory?
Thanks in advance,
String
--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home