1 write to GCSegmentSize
mscorlib (1)
system\runtime\memoryfailpoint.cs (1)
151GetMemorySettings(out GCSegmentSize, out TopOfMemory);
2 references to GCSegmentSize
mscorlib (2)
system\runtime\memoryfailpoint.cs (2)
181ulong segmentSize = (ulong) (Math.Ceiling((double)size / GCSegmentSize) * GCSegmentSize);