Package 

Object BitmapCounterProvider

    • Method Detail

      • getMAX_BITMAP_TOTAL_SIZE

         final Integer getMAX_BITMAP_TOTAL_SIZE()

        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.