Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.h888 static const size_t kNumBuckets = N / kAllocationGranularity; variable
890 PartitionAllocInit(&partition_root_, kNumBuckets, kMaxAllocation); in init()
896 PartitionBucket actual_buckets_[kNumBuckets];