Class PinnedMemoryStatistics
- Namespace
- DotCompute.Backends.CUDA.Memory
- Assembly
- DotCompute.Backends.CUDA.dll
Statistics for pinned memory usage.
public sealed class PinnedMemoryStatistics
- Inheritance
-
PinnedMemoryStatistics
- Inherited Members
Properties
AllocationCount
Gets or sets the allocation count.
public int AllocationCount { get; init; }
Property Value
- int
The allocation count.
Available
Gets or sets the available.
public long Available { get; init; }
Property Value
- long
The available.
AverageAllocationSize
Gets or sets the average allocation size.
public long AverageAllocationSize { get; init; }
Property Value
- long
The average allocation size.
MaxAllowed
Gets or sets the max allowed.
public long MaxAllowed { get; init; }
Property Value
- long
The max allowed.
TotalAllocated
Gets or sets the total allocated.
public long TotalAllocated { get; init; }
Property Value
- long
The total allocated.