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

  /frameworks/base/libs/hwui/utils/
LinearAllocator.cpp 35 #define MAX_PAGE_SIZE ((size_t)131072) // 128kb
146 if (mCurrentPage && mPageSize < MAX_PAGE_SIZE) {
147 mPageSize = min(MAX_PAGE_SIZE, mPageSize * 2);
  /external/deqp/framework/delibs/depool/
deMemPool.c 38 MAX_PAGE_SIZE = 8096, /*!< Maximum size for a memory page. */
470 int newPageCapacity = deMax32(deMin32(2*curPage->capacity, MAX_PAGE_SIZE), ((int)numBytes)+maxAlignPadding);

Completed in 301 milliseconds