Class ByteBlockPool.DirectTrackingAllocator
A simple ByteBlockPool.Allocator that never recycles, but tracks how much total RAM is in use.
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public class DirectTrackingAllocator : ByteBlockPool.Allocator
Constructors
Name | Description |
---|---|
DirectTrackingAllocator(Counter) | |
DirectTrackingAllocator(Int32, Counter) |
Methods
Name | Description |
---|---|
GetByteBlock() | |
RecycleByteBlocks(Byte[][], Int32, Int32) |