8 references to Allocated
Microsoft.Diagnostics.DataContractReader.Contracts (8)
_generated\84\Microsoft_Diagnostics_DataContractReader_Data.HeapSegment.g.cs (1)
273
_ =
Allocated
;
Contracts\GC\GC_1.cs (7)
130
Allocated = heapSegment.
Allocated
,
407
yield return new GCHeapSegmentInfo(seg.Mem, seg.
Allocated
, type);
411
yield return new GCHeapSegmentInfo(seg.Mem, seg.
Allocated
, GCSegmentClassification.Gen1);
416
TargetPointer end = segAddr == ephemeralSegment ? allocAllocated : seg.
Allocated
;
433
TargetPointer end = segAddr == ephemeralSegment ? allocAllocated : seg.
Allocated
;
441
yield return new GCHeapSegmentInfo(seg.Mem, seg.
Allocated
, GCSegmentClassification.LOH);
447
yield return new GCHeapSegmentInfo(seg.Mem, seg.
Allocated
, GCSegmentClassification.POH);