HomeSort by relevance Sort by last modified time
    Searched refs:fitsInCurrentPage (Results 1 - 2 of 2) sorted by null

  /frameworks/native/include/utils/
LinearAllocator.h 77 bool fitsInCurrentPage(size_t size);
  /frameworks/native/libs/utils/
LinearAllocator.cpp 140 bool LinearAllocator::fitsInCurrentPage(size_t size) {
145 if (fitsInCurrentPage(size)) return;
165 if (size > mMaxAllocSize && !fitsInCurrentPage(size)) {

Completed in 107 milliseconds