Home
last modified time | relevance | path

Searched refs:GenericFastSortedItem (Results 1 – 8 of 8) sorted by relevance

/external/pigweed/pw_allocator/bucket/
Dfast_sorted_test.cc27 using ::pw::allocator::GenericFastSortedItem;
31 ::pw::allocator::DetailedBlock<uint32_t, GenericFastSortedItem>;
/external/pigweed/pw_allocator/block/public/pw_allocator/block/
Dsmall_block_base.h60 return std::max(alignof(GenericFastSortedItem), size_t(2u) << kShift); in DefaultAlignment()
71 return sizeof(GenericFastSortedItem); in ReservedWhenFree()
/external/pigweed/pw_allocator/size_report/
Ddetailed_block.cc25 return MeasureBlock<DetailedBlock<uint32_t, GenericFastSortedItem>>(mask); in Measure()
/external/pigweed/pw_allocator/bucket/public/pw_allocator/bucket/
Dfast_sorted.h50 struct GenericFastSortedItem struct
51 : public IntrusiveMultiMap<size_t, GenericFastSortedItem>::Item {};
/external/pigweed/pw_allocator/public/pw_allocator/
Dworst_fit.h29 using WorstFitBlock = DetailedBlock<OffsetType, GenericFastSortedItem>;
Dbest_fit.h29 using BestFitBlock = DetailedBlock<OffsetType, GenericFastSortedItem>;
Dtlsf_allocator.h29 using TlsfBlock = DetailedBlock<OffsetType, GenericFastSortedItem>;
97 kMinSize >= sizeof(GenericFastSortedItem),
Ddl_allocator.h29 using DlBlock = DetailedBlock<OffsetType, GenericFastSortedItem>;