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