Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/utils/
DLinearAllocator.cpp34 #define INITIAL_PAGE_SIZE ((size_t)512) // 512b macro
105 : mPageSize(INITIAL_PAGE_SIZE) in LinearAllocator()
106 , mMaxAllocSize(INITIAL_PAGE_SIZE * MAX_WASTE_RATIO) in LinearAllocator()