Skip to main content
Pigweed's logo Pigweed
  1. Home
  2. Reference
  3. C/C++
  4. pw_allocator
  5. Buckets
  6. pw::allocator::SortedItem Class Reference
Loading...
Searching...
No Matches
pw::allocator::SortedItem Class Reference

Overview

Intrusive item type corresponding to a SortedBucket.

When free blocks are added to a bucket, their usable space is used to store an intrusive item that can be added to the bucket's intrusive container.

This particular item is derived from pw_container's smallest intrusive item type, hence it is the most "compact".

Inheritance diagram for pw::allocator::SortedItem:
pw::IntrusiveForwardList< T >::Item

Additional Inherited Members

- Protected Member Functions inherited from pw::IntrusiveForwardList< T >::Item
constexpr Item ()=default
 

The documentation for this class was generated from the following file: