Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_bucket.h22 struct PartitionBucket { struct
24 PartitionPage* active_pages_head;
26 PartitionPage* empty_pages_head;
27 PartitionPage* decommitted_pages_head;
28 uint32_t slot_size;
29 uint32_t num_system_pages_per_slot_span : 8;
30 uint32_t num_full_pages : 24;
70 static PartitionBucket* get_sentinel_bucket(); argument
123 static PartitionBucket sentinel_bucket_; argument