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

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

Completed in 944 milliseconds