Searched refs:mMaxAllocSize (Results 1 – 2 of 2) sorted by relevance
106 , mMaxAllocSize(INITIAL_PAGE_SIZE * MAX_WASTE_RATIO) in LinearAllocator()148 mMaxAllocSize = mPageSize * MAX_WASTE_RATIO; in ensureNext()165 if (size > mMaxAllocSize && !fitsInCurrentPage(size)) { in allocImpl()166 ALOGV("Exceeded max size %zu > %zu", size, mMaxAllocSize); in allocImpl()
141 size_t mMaxAllocSize; variable