Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.h279 unsigned num_system_pages_per_slot_span : 8; member
613 return !bucket->num_system_pages_per_slot_span; in PartitionBucketIsDirectMapped()
617 return bucket->num_system_pages_per_slot_span * kSystemPageSize; in PartitionBucketBytes()
Dpartition_alloc.cc144 bucket->num_system_pages_per_slot_span = in PartitionBucketInitBase()
459 return (bucket->num_system_pages_per_slot_span + in PartitionBucketPartitionPages()
699 DCHECK(!bucket->num_system_pages_per_slot_span); in PartitionDirectMap()