java.lang.Object | |||
↳ | com.facebook.imagepipeline.memory.BasePool<V> | ||
↳ | com.facebook.imagepipeline.memory.MemoryChunkPool | ||
↳ | com.facebook.imagepipeline.memory.BufferMemoryChunkPool |
Manages a pool of buffer memory chunks (BufferMemoryChunk
)
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
BufferMemoryChunkPool(MemoryTrimmableRegistry memoryTrimmableRegistry, PoolParams poolParams, PoolStatsTracker bufferMemoryChunkPoolStatsTracker) |
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
BufferMemoryChunk |
alloc(int bucketedSize)
Allocates a new 'value' with the given size
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Allocates a new 'value' with the given size
bucketedSize | the logical size to allocate |
---|