Home
last modified time | relevance | path

Searched defs:PartitionRootGeneric (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.h345 struct PartitionRootGeneric : public PartitionRootBase { struct
346 subtle::SpinLock lock;
348 size_t order_index_shifts[kBitsPerSizeT + 1];
349 size_t order_sub_index_masks[kBitsPerSizeT + 1];
356 bucket_lookups[((kBitsPerSizeT + 1) * kGenericNumBucketsPerOrder) + 1];
357 PartitionBucket buckets[kGenericNumBuckets];