#include <fast_sorted.h>
Public Member Functions | |
size_t | key () const |
Intrusive item type corresponding to a FastSortedBucket
.
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 AATreeItem
, which allows O(log(n)) insertion and lookup and is thus "fast".