1 write to AllocAllocated
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
178AllocAllocated = heap.AllocAllocated,
5 references to AllocAllocated
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
376TargetPointer allocAllocated = heapData.AllocAllocated;
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Dbi\DacDbiImpl.cs (1)
2228segments.Add((gen0AllocStart.Value, heapData.AllocAllocated.Value, (int)CorDebugGenerationTypes.CorDebug_Gen0, heapIndex));
SOSDacImpl.cs (3)
1402details->alloc_allocated = heapData.AllocAllocated.ToClrDataAddress(_target); 1535details->alloc_allocated = heapData.AllocAllocated.ToClrDataAddress(_target); 2023data->highAllocMark = heapData.AllocAllocated.ToClrDataAddress(_target);