bitmapPoolPercentage

fun bitmapPoolPercentage(@FloatRange(from = 0.0.toDouble(), to = 1.0.toDouble()percent: Double): ImageLoader.Builder

Set the percentage of memory allocated to this ImageLoader to allocate to bitmap pooling.

i.e. Setting availableMemoryPercentage to 0.25 and bitmapPoolPercentage to 0.5 allows this ImageLoader to use 25% of the app's total memory and splits that memory 50/50 between the bitmap pool and memory cache.

Setting this to 0 disables bitmap pooling.

Setting this value discards the shared memory cache set in memoryCache.

Default: Utils.getDefaultBitmapPoolPercentage