-
@ThreadSafe() public class FlexByteArrayPoolA 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.
-
-
Constructor Summary
Constructors Constructor Description FlexByteArrayPool(MemoryTrimmableRegistry memoryTrimmableRegistry, PoolParams params)
-
Method Summary
-
-
Constructor Detail
-
FlexByteArrayPool
FlexByteArrayPool(MemoryTrimmableRegistry memoryTrimmableRegistry, PoolParams params)
-
-
-
-