Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_bucket.h32 struct PartitionBucket { struct
35 SlotSpanMetadata* active_slot_spans_head;
37 SlotSpanMetadata* empty_slot_spans_head;
38 SlotSpanMetadata* decommitted_slot_spans_head;
39 uint32_t slot_size;
40 uint32_t num_system_pages_per_slot_span
42 uint32_t num_full_slot_spans : 24;
49 uint64_t slot_size_reciprocal;
55 static constexpr uint64_t kReciprocalShift = 42;
56 static constexpr uint64_t kReciprocalMask = (1ull << kReciprocalShift) - 1;
[all …]