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)
130Allocated = heapSegment.Allocated, 407yield return new GCHeapSegmentInfo(seg.Mem, seg.Allocated, type); 411yield return new GCHeapSegmentInfo(seg.Mem, seg.Allocated, GCSegmentClassification.Gen1); 416TargetPointer end = segAddr == ephemeralSegment ? allocAllocated : seg.Allocated; 433TargetPointer end = segAddr == ephemeralSegment ? allocAllocated : seg.Allocated; 441yield return new GCHeapSegmentInfo(seg.Mem, seg.Allocated, GCSegmentClassification.LOH); 447yield return new GCHeapSegmentInfo(seg.Mem, seg.Allocated, GCSegmentClassification.POH);