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