Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/utils/
DLinearAllocator.cpp139 bool LinearAllocator::fitsInCurrentPage(size_t size) { in fitsInCurrentPage() function in android::uirenderer::LinearAllocator
144 if (fitsInCurrentPage(size)) return; in ensureNext()
165 if (size > mMaxAllocSize && !fitsInCurrentPage(size)) { in allocImpl()
DLinearAllocator.h135 bool fitsInCurrentPage(size_t size);