Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/utils/
DLinearAllocator.cpp131 bool LinearAllocator::fitsInCurrentPage(size_t size) { in fitsInCurrentPage() function in android::uirenderer::LinearAllocator
136 if (fitsInCurrentPage(size)) return; in ensureNext()
157 if (size > mMaxAllocSize && !fitsInCurrentPage(size)) { in allocImpl()
DLinearAllocator.h136 bool fitsInCurrentPage(size_t size);