1 write to Allocated
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\GC\HeapSegment.cs (1)
13Allocated = target.ReadPointerField(address, type, nameof(Allocated));
8 references to Allocated
Microsoft.Diagnostics.DataContractReader.Contracts (8)
Contracts\GC\GC_1.cs (7)
118Allocated = heapSegment.Allocated, 387yield return new GCHeapSegmentInfo(seg.Mem, seg.Allocated, type); 391yield return new GCHeapSegmentInfo(seg.Mem, seg.Allocated, GCSegmentClassification.Gen1); 396TargetPointer end = segAddr == ephemeralSegment ? allocAllocated : seg.Allocated; 413TargetPointer end = segAddr == ephemeralSegment ? allocAllocated : seg.Allocated; 421yield return new GCHeapSegmentInfo(seg.Mem, seg.Allocated, GCSegmentClassification.LOH); 427yield return new GCHeapSegmentInfo(seg.Mem, seg.Allocated, GCSegmentClassification.POH);
Data\GC\HeapSegment.cs (1)
13Allocated = target.ReadPointerField(address, type, nameof(Allocated));