docs/javadoc/reference/com/facebook/imagepipeline/memory/BitmapCounterProvider.html
|
|
Summary: Fields | Ctors | Methods | Inherited Methods | [Expand All]
public class
extends Object
| java.lang.Object | | ↳ | com.facebook.imagepipeline.memory.BitmapCounterProvider |
| Fields |
|---|
| public static final int |
| Public Constructors |
|---|
| Public Methods |
|---|
| static BitmapCounter |
| static void |
| [Expand] Inherited Methods | | --- | | From class java.lang.Object
| Object | clone() | | boolean | equals(Object arg0) | | void | finalize() | | final Class<?> | getClass() | | int | hashCode() | | final void | notify() | | final void | notifyAll() | | String | toString() | | final void | wait(long arg0, int arg1) | | final void | wait(long arg0) | | final void | wait() |
|
Our Bitmaps live in ashmem, meaning that they are pinned in Android's shared native memory.
Therefore, we are not constrained by the max heap size of the dalvik heap, but we want to make sure we don't use too much memory on low end devices, so that we don't force other background process to be killed.
+Generated by Doclava. +