Pigweed
C/C++ API Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
List of all members
pw::allocator::UnorderedItem Class Reference
Inheritance diagram for pw::allocator::UnorderedItem:
pw::IntrusiveForwardList< T >::Item

Additional Inherited Members

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

Detailed Description

Intrusive item type corresponding to an UnorderedBucket.

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.


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