Table of Contents

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

int

MaxAllocationSize

public required long MaxAllocationSize { get; init; }

Property Value

long

MaxAllowedAllocations

public required int MaxAllowedAllocations { get; init; }

Property Value

int

PeakPinnedBytes

public required long PeakPinnedBytes { get; init; }

Property Value

long

TotalPinnedAllocations

public required long TotalPinnedAllocations { get; init; }

Property Value

long

TotalPinnedBytes

public required long TotalPinnedBytes { get; init; }

Property Value

long