setArrayPoolSize
open fun setArrayPoolSize(arrayPoolSizeBytes: Int): MemorySizeCalculator.Builder
Content copied to clipboard
Sets the size in bytes of the com.bumptech.glide.load.engine.bitmap_recycle.ArrayPool to use to store temporary arrays while decoding data and returns this builder.
This number will be halved on low memory devices that return true
from isLowRamDevice.