WPILibC++ 2025.1.1
|
A BucketDistribution
for memory_pool_collection defining that there is a bucket, i.e.
More...
#include <wpi/memory/memory_pool_collection.hpp>
Public Types | |
using | type = detail::identity_access_policy |
A BucketDistribution
for memory_pool_collection defining that there is a bucket, i.e.
pool, for each size. That means that for each possible size up to an upper bound there will be a seperate free list. Allocating a node will not waste any memory.