Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.h500 memset(actual_buckets_, 0, in SizeSpecificPartitionAllocator()
501 sizeof(internal::PartitionBucket) * pdfium::size(actual_buckets_)); in SizeSpecificPartitionAllocator()
511 internal::PartitionBucket actual_buckets_[kNumBuckets]; variable