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