Searched refs:kMaxBucketAllocationSize (Results 1 – 1 of 1) sorted by relevance
60 static constexpr size_t kMaxBucketAllocationSize = kChunkSize / 4; variable63 const_log2(kMaxBucketAllocationSize) - const_log2(kMinBucketAllocationSize) + 1;361 if (size > kMaxBucketAllocationSize) { in AllocLocked()