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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to