Class PinnedMemoryStatistics
- Namespace
- DotCompute.Backends.Metal.Memory
- Assembly
- DotCompute.Backends.Metal.dll
Statistics for pinned memory allocations.
public sealed record PinnedMemoryStatistics : IEquatable<PinnedMemoryStatistics>
- Inheritance
-
PinnedMemoryStatistics
- Implements
- Inherited Members
Properties
ActiveAllocations
public required int ActiveAllocations { get; init; }
Property Value
MaxAllocationSize
public required long MaxAllocationSize { get; init; }
Property Value
MaxAllowedAllocations
public required int MaxAllowedAllocations { get; init; }
Property Value
PeakPinnedBytes
public required long PeakPinnedBytes { get; init; }
Property Value
TotalPinnedAllocations
public required long TotalPinnedAllocations { get; init; }
Property Value
TotalPinnedBytes
public required long TotalPinnedBytes { get; init; }