Class ByteBlockPool.DirectAllocator
Inheritance
System.Object
ByteBlockPool.DirectAllocator
Assembly: Lucene.Net.dll
Syntax
public sealed class DirectAllocator : ByteBlockPool.Allocator
Constructors
|
Improve this Doc
View Source
DirectAllocator()
Declaration
|
Improve this Doc
View Source
DirectAllocator(Int32)
Declaration
public DirectAllocator(int blockSize)
Parameters
Type |
Name |
Description |
System.Int32 |
blockSize |
|
Methods
|
Improve this Doc
View Source
RecycleByteBlocks(Byte[][], Int32, Int32)
Declaration
public override void RecycleByteBlocks(byte[][] blocks, int start, int end)
Parameters
Type |
Name |
Description |
System.Byte[][] |
blocks |
|
System.Int32 |
start |
|
System.Int32 |
end |
|
Overrides