Class ByteBlockPool.Allocator
Abstract class for allocating and freeing byte blocks.
Inheritance
System.Object
ByteBlockPool.Allocator
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class Allocator : object
Constructors
Name | Description |
---|---|
Allocator(Int32) |
Fields
Name | Description |
---|---|
m_blockSize |
Methods
Name | Description |
---|---|
GetByteBlock() | |
RecycleByteBlocks(IList<Byte[]>) | |
RecycleByteBlocks(Byte[][], Int32, Int32) |