Class Int32BlockPool.DirectAllocator
A simple Int32BlockPool.Allocator that never recycles.
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Lucene.Net.Util
Assembly: Lucene.Net.dll
Syntax
public sealed class DirectAllocator : Int32BlockPool.AllocatorConstructors
| Improve this Doc View SourceDirectAllocator()
Creates a new Int32BlockPool.DirectAllocator with a default block size
Declaration
public DirectAllocator()Methods
| Improve this Doc View SourceRecycleInt32Blocks(Int32[][], Int32, Int32)
NOTE: This was recycleIntBlocks() in Lucene
Declaration
public override void RecycleInt32Blocks(int[][] blocks, int start, int end)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32[][] | blocks | |
| System.Int32 | start | |
| System.Int32 | end |