Searched refs:IonAllocations (Results 1 – 3 of 3) sorted by relevance
163 public static List<IonAllocations> readProcessSystemIonHeapSizesFromDebugfs() { in readProcessSystemIonHeapSizesFromDebugfs()287 static List<IonAllocations> parseProcessIonHeapSizesFromDebugfs(String contents) { in parseProcessIonHeapSizesFromDebugfs()293 final SparseArray<IonAllocations> entries = new SparseArray<>(); in parseProcessIonHeapSizesFromDebugfs()298 IonAllocations allocations = entries.get(pid); in parseProcessIonHeapSizesFromDebugfs()300 allocations = new IonAllocations(); in parseProcessIonHeapSizesFromDebugfs()312 final List<IonAllocations> result = new ArrayList<>(entries.size()); in parseProcessIonHeapSizesFromDebugfs()358 public static final class IonAllocations { class in MemoryStatUtil372 IonAllocations that = (IonAllocations) o; in equals()
36 import com.android.server.am.MemoryStatUtil.IonAllocations;403 private static IonAllocations createIonAllocations(int pid, long totalSizeInBytes, int count, in createIonAllocations()405 IonAllocations allocations = new IonAllocations(); in createIonAllocations()
142 import com.android.server.am.MemoryStatUtil.IonAllocations;1280 List<IonAllocations> result = readProcessSystemIonHeapSizesFromDebugfs(); in pullProcessSystemIonHeapSize()1281 for (IonAllocations allocations : result) { in pullProcessSystemIonHeapSize()