getAllocationByteCount

open fun getAllocationByteCount(@NonNull bitmap: @NonNull Bitmap): Int(source)

Deprecated

Call getAllocationByteCount directly.

Returns the size of the allocated memory used to store this bitmap's pixels.

This value will not change over the lifetime of a Bitmap.

See also