Searched refs:fitsInCurrentPage (Results 1 – 2 of 2) sorted by relevance
131 bool LinearAllocator::fitsInCurrentPage(size_t size) { in fitsInCurrentPage() function in android::uirenderer::LinearAllocator136 if (fitsInCurrentPage(size)) return; in ensureNext()157 if (size > mMaxAllocSize && !fitsInCurrentPage(size)) { in allocImpl()
136 bool fitsInCurrentPage(size_t size);