Home
last modified time | relevance | path

Searched refs:ReverseFastSortedBucket (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pigweed/pw_allocator/bucket/public/pw_allocator/bucket/
H A Dfast_sorted.h71 friend class ReverseFastSortedBucket; variable
131 class ReverseFastSortedBucket
132 : public internal::BucketBase<ReverseFastSortedBucket<BlockType>,
136 using Base = internal::BucketBase<ReverseFastSortedBucket<BlockType>,
142 constexpr ReverseFastSortedBucket() in ReverseFastSortedBucket() function
/aosp_15_r20/external/pigweed/pw_allocator/bucket/
H A Dfast_sorted_test.cc77 using ::pw::allocator::ReverseFastSortedBucket;
80 BucketTest<ReverseFastSortedBucket<BlockType>>;
85 ReverseFastSortedBucket<BlockType>& bucket = this->bucket(); in TEST_F()
/aosp_15_r20/external/pigweed/pw_allocator/public/pw_allocator/
H A Dworst_fit.h87 ReverseFastSortedBucket<BlockType> large_bucket_;
/aosp_15_r20/external/pigweed/pw_allocator/
H A Dapi.rst316 ReverseFastSortedBucket subsection
318 .. doxygenclass:: pw::allocator::ReverseFastSortedBucket