Class ByteBlockPool.DirectAllocator
A simple ByteBlockPool.Allocator that never recycles.
Inherited Members
Namespace: Lucene.Net.Util
Assembly: Lucene.Net.dll
Syntax
public sealed class ByteBlockPool.DirectAllocator : ByteBlockPool.Allocator
Constructors
DirectAllocator()
A simple ByteBlockPool.Allocator that never recycles.
Declaration
public DirectAllocator()
DirectAllocator(int)
A simple ByteBlockPool.Allocator that never recycles.
Declaration
public DirectAllocator(int blockSize)
Parameters
Type | Name | Description |
---|---|---|
int | blockSize |
Methods
RecycleByteBlocks(byte[][], int, int)
A simple ByteBlockPool.Allocator that never recycles.
Declaration
public override void RecycleByteBlocks(byte[][] blocks, int start, int end)
Parameters
Type | Name | Description |
---|---|---|
byte[][] | blocks | |
int | start | |
int | end |