1 implementation of AlignObjectSize
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
525ulong IGC.AlignObjectSize(ulong size, GCSegmentClassification generation)
2 references to AlignObjectSize
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\GC\GcScanContext.cs (1)
156size = _gc.AlignObjectSize(size, seg.Generation);
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\Helpers\HeapWalk.cs (1)
67size = _gc.AlignObjectSize(size, seg.Generation);