Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.h152 bucket_lookups[((kBitsPerSizeT + 1) * kGenericNumBucketsPerOrder) + 1] = member
385 root->bucket_lookups[(order << kGenericNumBucketsPerOrderBits) + in PartitionGenericSizeToBucket()
Dpartition_alloc.cc266 internal::PartitionBucket** bucket_ptr = &bucket_lookups[0]; in Init()
285 DCHECK(bucket_ptr == &bucket_lookups[0] + in Init()