Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpage_allocator_constants.h15 static constexpr size_t kPageAllocationGranularityShift = 16; // 64KB variable
17 static constexpr size_t kPageAllocationGranularityShift = 14; // 16KB
19 static constexpr size_t kPageAllocationGranularityShift = 12; // 4KB
22 1 << kPageAllocationGranularityShift;