Searched refs:totalSizeInBytes (Results 1 – 3 of 3) sorted by relevance
110 allocations.totalSizeInBytes += sizeInBytes; in parseProcessIonHeapSizesFromDebugfs()140 public long totalSizeInBytes; field in IonMemoryUtil.IonAllocations151 return pid == that.pid && totalSizeInBytes == that.totalSizeInBytes in equals()157 return Objects.hash(pid, totalSizeInBytes, count, maxSizeInBytes); in hashCode()164 + ", totalSizeInBytes=" + totalSizeInBytes in toString()
2437 (int) (allocations.totalSizeInBytes / 1024), allocations.count,
149 private static IonAllocations createIonAllocations(int pid, long totalSizeInBytes, int count, in createIonAllocations() argument153 allocations.totalSizeInBytes = totalSizeInBytes; in createIonAllocations()