Module stormpot

Class InlineAllocationController<T extends Poolable>

java.lang.Object
stormpot.internal.AllocationController<T>
stormpot.internal.InlineAllocationController<T>
Type Parameters:
T - The concrete poolable type.

public final class InlineAllocationController<T extends Poolable> extends AllocationController<T>
The AllocationController implementation for the AllocationProcessMode.INLINE mode.
  • Method Details

    • allocatedSize

      public long allocatedSize()