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