Searched refs:maxSizeInBytes (Results 1 – 4 of 4) sorted by relevance
306 allocations.maxSizeInBytes = Math.max(allocations.maxSizeInBytes, sizeInBytes); in parseProcessIonHeapSizesFromDebugfs()366 public long maxSizeInBytes; field in MemoryStatUtil.IonAllocations374 && count == that.count && maxSizeInBytes == that.maxSizeInBytes; in equals()379 return Objects.hash(pid, totalSizeInBytes, count, maxSizeInBytes); in hashCode()388 + ", maxSizeInBytes=" + maxSizeInBytes in toString()
404 long maxSizeInBytes) { in createIonAllocations() argument409 allocations.maxSizeInBytes = maxSizeInBytes; in createIonAllocations()
279 public PageContentLruCache(int maxSizeInBytes) { in PageContentLruCache() argument280 mMaxSizeInBytes = maxSizeInBytes; in PageContentLruCache()
1287 e.writeInt((int) (allocations.maxSizeInBytes / 1024)); in pullProcessSystemIonHeapSize()