Searched refs:maxSizeInBytes (Results 1 – 4 of 4) sorted by relevance
112 allocations.maxSizeInBytes = Math.max(allocations.maxSizeInBytes, sizeInBytes); in parseProcessIonHeapSizesFromDebugfs()144 public long maxSizeInBytes; field in IonMemoryUtil.IonAllocations152 && count == that.count && maxSizeInBytes == that.maxSizeInBytes; in equals()157 return Objects.hash(pid, totalSizeInBytes, count, maxSizeInBytes); in hashCode()166 + ", maxSizeInBytes=" + maxSizeInBytes in toString()
2438 (int) (allocations.maxSizeInBytes / 1024)));
150 long maxSizeInBytes) { in createIonAllocations() argument155 allocations.maxSizeInBytes = maxSizeInBytes; in createIonAllocations()
279 public PageContentLruCache(int maxSizeInBytes) { in PageContentLruCache() argument280 mMaxSizeInBytes = maxSizeInBytes; in PageContentLruCache()