Searched refs:mMaxAllocSize (Results 1 – 2 of 2) sorted by relevance
112 , mMaxAllocSize(MAX_WASTE_SIZE) in LinearAllocator()165 if (size > mMaxAllocSize && !fitsInCurrentPage(size)) { in alloc()166 ALOGV("Exceeded max size %zu > %zu", size, mMaxAllocSize); in alloc()
83 size_t mMaxAllocSize; variable