Package 

Class MemoryChunkPool

  • All Implemented Interfaces:
    com.facebook.common.memory.MemoryTrimmable , com.facebook.common.memory.Pool , com.facebook.common.references.ResourceReleaser

    @ThreadSafe() 
    public abstract class MemoryChunkPool
    extends BasePool<MemoryChunk>
                        

    Manages a pool of memory chunks (MemoryChunk)

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class com.facebook.imagepipeline.memory.BasePool

        get, getStats, release, trim
      • Methods inherited from class com.facebook.common.memory.Pool

        get, release
      • Methods inherited from class com.facebook.common.memory.MemoryTrimmable

        trim
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait