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

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

Completed in 70 milliseconds