2 writes to VmSize
System.Private.CoreLib (2)
src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcFsStat.TryReadStatusFile.cs (2)
113valueParsed = ulong.TryParse(value[..^3], out results.VmSize); 131results.VmSize *= 1024;