Android Developers Develop API reference Stay organized with collections Save and categorize content based on your preferences. Poolable Artifact: androidx.tracing:tracing View Source Added in 2.0.0-alpha01 Kotlin |Java Common/AllAndroid/JVM Cmn abstract class Poolable<T : Poolable<T>> Known direct subclasses PooledTracePacketArray PooledTracePacketArray Represents an object that can be reused using a Pool. This avoids GC churn. Summary Public functions abstract Unit recycle() Recycles the object, and hands it back to the pool. Cmn Public functions recycle Cmn Added in 2.0.0-alpha01 abstract fun recycle(): Unit Recycles the object, and hands it back to the pool.