Searched defs:PartitionBucket (Results 1 – 1 of 1) sorted by relevance
32 struct PartitionBucket { struct35 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_span42 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 …]