Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Orban <[email protected]>
  • Loading branch information
lorban committed Jul 15, 2024
1 parent 5b9fdd8 commit 926544c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,11 @@ public Pool<RetainableByteBuffer> poolFor(int capacity, boolean direct)

private class TestByteBufferPool extends ArrayByteBufferPool
{
public TestByteBufferPool()
{
super(-1, -1, -1, -1, 0, 0, 0, 0);
}

@Override
protected RetainableByteBufferPool newRetainableByteBufferPool(int factor, int maxCapacity, int maxBucketSize, long retainedHeapMemory, long retainedDirectMemory)
{
Expand Down

0 comments on commit 926544c

Please sign in to comment.