TrackedItemPool

class TrackedItemPool(lifecycle: Any, size: Int) : MountItemsPool.DefaultItemPool

Constructors

Link copied to clipboard
fun TrackedItemPool(lifecycle: Any, size: Int)

Functions

Link copied to clipboard
open override fun acquire(c: Context?, poolableMountContent: ContentAllocator<*>?): Any?
Link copied to clipboard
open override fun maybePreallocateContent(p0: Context, p1: ContentAllocator<Any>)
Link copied to clipboard
open override fun release(item: Any): Boolean

Properties

Link copied to clipboard
var currentSize: Int = 0