Class Int32BlockPool.DirectAllocator
A simple Int32BlockPool.Allocator that never recycles.
Inherited Members
Namespace: Lucene.Net.Util
Assembly: Lucene.Net.dll
Syntax
public sealed class Int32BlockPool.DirectAllocator : Int32BlockPool.Allocator
Constructors
DirectAllocator()
Creates a new Int32BlockPool.DirectAllocator with a default block size
Declaration
public DirectAllocator()
Methods
RecycleInt32Blocks(int[][], int, int)
NOTE: This was recycleIntBlocks() in Lucene
Declaration
public override void RecycleInt32Blocks(int[][] blocks, int start, int end)
Parameters
Type | Name | Description |
---|---|---|
int[][] | blocks | |
int | start | |
int | end |