Searched defs:fitsInCurrentPage (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/utils/
H A DLinearAllocator.cpp146 bool LinearAllocator::fitsInCurrentPage(size_t size) { function in class:android::uirenderer::LinearAllocator
151 if (fitsInCurrentPage(size)) return;
172 if (size > mMaxAllocSize && !fitsInCurrentPage(size)) {

Completed in 114 milliseconds