Home
last modified time | relevance | path

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

/system/memory/libmemunreachable/
DAllocator.cpp59 static constexpr size_t kMaxBucketAllocationSize = kChunkSize / 4; variable
62 const_log2(kMaxBucketAllocationSize) - const_log2(kMinBucketAllocationSize) + 1;
341 if (size > kMaxBucketAllocationSize) { in AllocLocked()