Searched refs:mMaxAllocSize (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/utils/
H A DLinearAllocator.cpp113 , mMaxAllocSize(INITIAL_PAGE_SIZE * MAX_WASTE_RATIO)
155 mMaxAllocSize = mPageSize * MAX_WASTE_RATIO;
172 if (size > mMaxAllocSize && !fitsInCurrentPage(size)) {
173 ALOGV("Exceeded max size %zu > %zu", size, mMaxAllocSize);
H A DLinearAllocator.h141 size_t mMaxAllocSize; member in class:android::uirenderer::LinearAllocator

Completed in 2980 milliseconds