Searched refs:fitsInCurrentPage (Results 1 - 2 of 2) 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)) {
H A DLinearAllocator.h135 bool fitsInCurrentPage(size_t size);

Completed in 62 milliseconds