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