docs/javadoc/reference/com/facebook/imagepipeline/memory/FlexByteArrayPool.html
|
|
Summary: Ctors | Methods | Inherited Methods | [Expand All]
public class
extends Object
| java.lang.Object | | ↳ | com.facebook.imagepipeline.memory.FlexByteArrayPool |
A special byte-array pool designed to minimize allocations.
The length of each bucket's free list is capped at the number of threads using the pool.
The free list of each bucket uses OOMSoftReferences.
| Public Constructors |
|---|
| Public Methods |
|---|
| CloseableReference<byte[]> |
| int |
| Map<String, Integer> |
| void |
| [Expand] Inherited Methods | | --- | | From class java.lang.Object
| Object | clone() | | boolean | equals(Object arg0) | | void | finalize() | | final Class<?> | getClass() | | int | hashCode() | | final void | notify() | | final void | notifyAll() | | String | toString() | | final void | wait(long arg0, int arg1) | | final void | wait(long arg0) | | final void | wait() |
|
+Generated by Doclava. +