1 write to Allocated
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\68\Microsoft_Diagnostics_DataContractReader_Data.HeapSegment.g.cs (1)
27Allocated = target.ReadPointerField(b, t, n);
7 references to Allocated
Microsoft.Diagnostics.DataContractReader.Contracts (7)
Contracts\GC\GC_1.cs (7)
130Allocated = heapSegment.Allocated, 399yield return new GCHeapSegmentInfo(seg.Mem, seg.Allocated, type); 403yield return new GCHeapSegmentInfo(seg.Mem, seg.Allocated, GCSegmentClassification.Gen1); 408TargetPointer end = segAddr == ephemeralSegment ? allocAllocated : seg.Allocated; 425TargetPointer end = segAddr == ephemeralSegment ? allocAllocated : seg.Allocated; 433yield return new GCHeapSegmentInfo(seg.Mem, seg.Allocated, GCSegmentClassification.LOH); 439yield return new GCHeapSegmentInfo(seg.Mem, seg.Allocated, GCSegmentClassification.POH);