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