2 references to MemoryCheckGranularity
mscorlib (2)
system\runtime\memoryfailpoint.cs (2)
185
ulong requestedSizeRounded = (ulong)(Math.Ceiling((double)sizeInMegabytes /
MemoryCheckGranularity
) *
MemoryCheckGranularity
);