Searched refs:MAX_PAGE_SIZE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/utils/
H A DLinearAllocator.cpp36 #define MAX_PAGE_SIZE ((size_t)131072) // 128kb macro
153 if (mCurrentPage && mPageSize < MAX_PAGE_SIZE) {
154 mPageSize = min(MAX_PAGE_SIZE, mPageSize * 2);

Completed in 877 milliseconds