1 write to _smallObjectHeapAlignment
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
67_smallObjectHeapAlignment = (uint)target.PointerSize - 1;
2 references to _smallObjectHeapAlignment
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\GC\GC_1.cs (2)
535return (size + _smallObjectHeapAlignment) & ~_smallObjectHeapAlignment;