Vixen
02b45cc4
csharp
public readonly record struct PagePlacement

Where a resident page's bytes ended up.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (2)

  • public int Slot

    Which slot of the pool holds it.

  • public long Offset

    Where that slot starts, in bytes.

Methods (1)

  • public PagePlacement(int Slot, long Offset)

    Where a resident page's bytes ended up.

Used by (3)

  • GpuClusterVisibilityVixen.Rendering
  • PageResidencyVixen.Rendering
  • PageResidencyTestsVixen.Rendering.Tests