HomeSort by relevance Sort by last modified time
    Searched refs:mMaxAllocSize (Results 1 - 2 of 2) sorted by null

  /frameworks/native/include/utils/
LinearAllocator.h 83 size_t mMaxAllocSize;
  /frameworks/native/libs/utils/
LinearAllocator.cpp 112 , mMaxAllocSize(MAX_WASTE_SIZE)
165 if (size > mMaxAllocSize && !fitsInCurrentPage(size)) {
166 ALOGV("Exceeded max size %zu > %zu", size, mMaxAllocSize);

Completed in 87 milliseconds