Searched refs:kMaxAllocationBytes (Results 1 – 2 of 2) sorted by relevance
83 return kMaxAllocationBytes; in getMaxAllocationBytes()132 static constexpr size_t kMaxAllocationBytes = CHRE_MAX_ALLOCATION_BYTES; variable
29 } else if ((mTotalAllocatedBytes + bytes) > kMaxAllocationBytes) { in nanoappAlloc()