Searched defs:SlotSpanMetadata (Results 1 – 2 of 2) sorted by relevance
127 struct SlotSpanMetadata { struct135 PartitionBucket<thread_safe>* const bucket = nullptr;142 static constexpr size_t kMaxSlotsPerSlotSpan =148 static constexpr size_t kMaxSlotsPerSlotSpan =153 static constexpr size_t kMaxSlotsPerSlotSpan =157 static constexpr size_t kMaxSlotsPerSlotSpanBits = 13;182 explicit SlotSpanMetadata(PartitionBucket<thread_safe>* bucket); argument223 PA_ALWAYS_INLINE bool CanStoreRawSize() const { return can_store_raw_size_; } in CanStoreRawSize()229 PA_ALWAYS_INLINE PartitionFreelistEntry* get_freelist_head() const { in get_freelist_head()236 PA_ALWAYS_INLINE size_t GetUtilizedSlotSize() const { in GetUtilizedSlotSize()[all …]
159 SlotSpanMetadata<thread_safe>::SlotSpanMetadata( in SlotSpanMetadata() function in partition_alloc::internal::SlotSpanMetadata389 template struct SlotSpanMetadata<ThreadSafe>; variable