Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/utils/
DLinearAllocator.cpp98 , mMaxAllocSize(INITIAL_PAGE_SIZE * MAX_WASTE_RATIO) in LinearAllocator()
140 mMaxAllocSize = mPageSize * MAX_WASTE_RATIO; in ensureNext()
157 if (size > mMaxAllocSize && !fitsInCurrentPage(size)) { in allocImpl()
158 ALOGV("Exceeded max size %zu > %zu", size, mMaxAllocSize); in allocImpl()
DLinearAllocator.h141 size_t mMaxAllocSize; variable