3 references to TryReadMemoryValueFromFile
System.Diagnostics.Process (3)
src\libraries\Common\src\Interop\Linux\cgroups\Interop.cgroups.cs (3)
99
if (
TryReadMemoryValueFromFile
(path + "/memory.use_hierarchy", out ulong useHierarchy) && (useHierarchy != 0))
105
TryReadMemoryValueFromFile
(path + "/memory.limit_in_bytes", out limit))
130
if (
TryReadMemoryValueFromFile
(currentCGroupMemoryPath + "/memory.max", out ulong currentLevelLimit))