Home
last modified time | relevance | path

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

/external/cronet/base/allocator/partition_allocator/
Dpartition_page.h127 struct SlotSpanMetadata { struct
135 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); argument
223 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 …]
Dpartition_page.cc159 SlotSpanMetadata<thread_safe>::SlotSpanMetadata( in SlotSpanMetadata() function in partition_alloc::internal::SlotSpanMetadata
389 template struct SlotSpanMetadata<ThreadSafe>; variable