Home
last modified time | relevance | path

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

/system/core/libutils/
DLinearAllocator.cpp112 , 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()
/system/core/include/utils/
DLinearAllocator.h83 size_t mMaxAllocSize; variable