Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.h348 size_t order_index_shifts[kBitsPerSizeT + 1]; member
773 size_t order_index = (size >> root->order_index_shifts[order]) & in PartitionGenericSizeToBucket()
Dpartition_alloc.cc190 root->order_index_shifts[order] = order_index_shift; in PartitionAllocGenericInit()