Searched refs:totalSizeInBytes (Results 1 – 3 of 3) sorted by relevance
304 allocations.totalSizeInBytes += sizeInBytes; in parseProcessIonHeapSizesFromDebugfs()362 public long totalSizeInBytes; field in MemoryStatUtil.IonAllocations373 return pid == that.pid && totalSizeInBytes == that.totalSizeInBytes in equals()379 return Objects.hash(pid, totalSizeInBytes, count, maxSizeInBytes); in hashCode()386 + ", totalSizeInBytes=" + totalSizeInBytes in toString()
403 private static IonAllocations createIonAllocations(int pid, long totalSizeInBytes, int count, in createIonAllocations() argument407 allocations.totalSizeInBytes = totalSizeInBytes; in createIonAllocations()
1284 e.writeInt((int) (allocations.totalSizeInBytes / 1024)); in pullProcessSystemIonHeapSize()