memory
memory_pool.hpp File Reference

Detailed Description

Class memory_pool and its allocator_traits specialization.

Classes

class  memory_pool< PoolType, BlockOrRawAllocator >
 A stateful RawAllocator that manages nodes of fixed size. More...
 
class  allocator_traits< memory_pool< PoolType, ImplRawAllocator > >
 Specialization of the allocator_traits for memory_pool classes. More...
 
class  composable_allocator_traits< memory_pool< PoolType, BlockOrRawAllocator > >
 Specialization of the composable_allocator_traits for memory_pool classes. More...
 

Variables

template<class Type, class Alloc>
constexpr std::size_t memory_pool< Type, Alloc >::min_node_size