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.h91 return kMaxAllocationBytes; in getMaxAllocationBytes()
121 static constexpr size_t kMaxAllocationBytes = CHRE_MAX_ALLOCATION_BYTES; variable
/system/chre/platform/shared/
Dmemory_manager.cc31 } else if ((bytes > kMaxAllocationBytes) || in nanoappAlloc()
32 ((mTotalAllocatedBytes + bytes) > kMaxAllocationBytes)) { in nanoappAlloc()