Searched refs:mMaxAllocSize (Results 1 – 2 of 2) sorted by relevance
98 , 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()
141 size_t mMaxAllocSize; variable