Class MemoryPool
- Namespace
- ParquetSharp
- Assembly
- ParquetSharp.dll
Base class for memory allocation on the CPU. Tracks the number of allocated bytes.
public sealed class MemoryPool
- Inheritance
-
MemoryPool
- Inherited Members
Properties
BackendName
public string BackendName { get; }
Property Value
BytesAllocated
public long BytesAllocated { get; }
Property Value
MaxMemory
public long MaxMemory { get; }
Property Value
Methods
GetDefaultMemoryPool()
public static MemoryPool GetDefaultMemoryPool()