Table of Contents

Struct MemorySnapshot

Namespace
Misaki.HighPerformance.LowLevel.Buffer
Assembly
Misaki.HighPerformance.LowLevel.dll
public readonly struct MemorySnapshot
Inherited Members

Constructors

MemorySnapshot()

public MemorySnapshot()

Properties

Allocations

public ReadOnlySpan<AllocationInfo> Allocations { get; }

Property Value

ReadOnlySpan<AllocationInfo>

TotalAllocatedMemory

public nuint TotalAllocatedMemory { get; }

Property Value

nuint