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