1 write to _handlesPerBlock
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
62
_handlesPerBlock
= target.ReadGlobal<uint>(Constants.Globals.HandlesPerBlock);
6 references to _handlesPerBlock
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\GC\GC_1.cs (6)
627
for (uint k = 0; k <
_handlesPerBlock
; k++)
629
uint offset = uBlock *
_handlesPerBlock
+ k;
657
uint offset = blockIndex *
_handlesPerBlock
+ intraBlockIndex;
898
uint block = handleIndex /
_handlesPerBlock
;
899
uint intraBlockIndex = handleIndex %
_handlesPerBlock
;
905
uint offset = userDataBlock *
_handlesPerBlock
+ intraBlockIndex;