Home
last modified time | relevance | path

Searched refs:kMaxAllocationBytes (Results 1 – 2 of 2) sorted by relevance

/system/chre/platform/include/chre/platform/
Dmemory_manager.h84 return kMaxAllocationBytes; in getMaxAllocationBytes()
131 static constexpr size_t kMaxAllocationBytes = CHRE_MAX_ALLOCATION_BYTES; variable
/system/chre/platform/shared/
Dmemory_manager.cc30 } else if ((bytes > kMaxAllocationBytes) || in nanoappAlloc()
31 ((mTotalAllocatedBytes + bytes) > kMaxAllocationBytes)) { in nanoappAlloc()