1 write to AllocAllocated
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
190AllocAllocated = heap.AllocAllocated,
5 references to AllocAllocated
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
388TargetPointer allocAllocated = heapData.AllocAllocated;
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Dbi\DacDbiImpl.cs (1)
4960segments.Add((gen0AllocStart.Value, heapData.AllocAllocated.Value, (int)CorDebugGenerationTypes.CorDebug_Gen0, heapIndex));
SOSDacImpl.cs (3)
1380details->alloc_allocated = heapData.AllocAllocated.ToClrDataAddress(_target); 1513details->alloc_allocated = heapData.AllocAllocated.ToClrDataAddress(_target); 2006data->highAllocMark = heapData.AllocAllocated.ToClrDataAddress(_target);