Home
last modified time | relevance | path

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

/system/core/libmemunreachable/
DAllocator.cpp60 static constexpr size_t kMaxBucketAllocationSize = kChunkSize / 4; variable
63 const_log2(kMaxBucketAllocationSize) - const_log2(kMinBucketAllocationSize) + 1;
361 if (size > kMaxBucketAllocationSize) { in AllocLocked()