csharp
public readonly record struct PagePlacementWhere 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 SlotWhich slot of the pool holds it.
public long OffsetWhere 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