Searched refs:readMemoryStatFromProcfs (Results 1 – 2 of 2) 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
7224 HPLcom/android/server/am/MemoryStatUtil;->readMemoryStatFromProcfs(I)Lcom/android/server/am/MemoryS…