memory
|
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.
Typedefs | |
using | type = detail::identity_access_policy |