Pigweed
 
Loading...
Searching...
No Matches
pw::allocator::SequencedItem Class Reference

#include <sequenced.h>

Inheritance diagram for pw::allocator::SequencedItem:
pw::containers::future::IntrusiveList< T >::Item

Additional Inherited Members

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

Detailed Description

Intrusive item type corresponding to a SequencedBucket.

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 doubly linked list item, which allows it to be easily inserted and removed from a "sequence".


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