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

  /system/chre/platform/include/chre/platform/
memory_manager.h 71 return kMaxAllocationBytes;
119 static constexpr size_t kMaxAllocationBytes = (128 * 1024);
  /system/chre/platform/shared/
memory_manager.cc 29 } else if ((mTotalAllocatedBytes + bytes) > kMaxAllocationBytes) {

Completed in 78 milliseconds