WPILibC++ 2025.1.1
Loading...
Searching...
No Matches
wpi::memory::identity_buckets Struct Reference

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
 

Detailed Description

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.

Member Typedef Documentation

◆ type


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