java.lang.Object | |||
↳ | com.facebook.imagepipeline.memory.BasePool<V> | ||
↳ | com.facebook.imagepipeline.memory.MemoryChunkPool | ||
↳ | com.facebook.imagepipeline.memory.NativeMemoryChunkPool |
Manages a pool of native memory chunks (NativeMemoryChunk
)
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
NativeMemoryChunkPool(MemoryTrimmableRegistry memoryTrimmableRegistry, PoolParams poolParams, PoolStatsTracker nativeMemoryChunkPoolStatsTracker) |
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
NativeMemoryChunk |
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 |
---|