Table of Contents

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

string

BytesAllocated

public long BytesAllocated { get; }

Property Value

long

MaxMemory

public long MaxMemory { get; }

Property Value

long

Methods

GetDefaultMemoryPool()

public static MemoryPool GetDefaultMemoryPool()

Returns

MemoryPool