Searched refs:readMemoryStatFromProcfs (Results 1 – 1 of 1) sorted by relevance
75 return hasMemcg() ? readMemoryStatFromMemcg(uid, pid) : readMemoryStatFromProcfs(pid); in readMemoryStatFromFilesystem()95 public static MemoryStat readMemoryStatFromProcfs(int pid) { in readMemoryStatFromProcfs() method in MemoryStatUtil