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

/frameworks/base/libs/hwui/utils/
H A DLinearAllocator.cpp35 #define INITIAL_PAGE_SIZE ((size_t)512) // 512b macro
42 // Must be smaller than INITIAL_PAGE_SIZE
112 : mPageSize(INITIAL_PAGE_SIZE)
113 , mMaxAllocSize(INITIAL_PAGE_SIZE * MAX_WASTE_RATIO)

Completed in 334 milliseconds