Class template foonathan::memory::segregator and related classes.
|
template<class RawAllocator > |
threshold_segregatable< typename std::decay< RawAllocator >::type > | threshold (std::size_t max_size, RawAllocator &&alloc) |
|
template<class Segregator , class Fallback = null_allocator> |
auto | make_segregator (Segregator &&seg, Fallback &&f=null_allocator{}) -> binary_segregator< typename std::decay< Segregator >::type, typename std::decay< Fallback >::type > |
|
template<class Segregator , typename... Rest> |
auto | make_segregator (Segregator &&seg, Rest &&... rest) -> binary_segregator< typename std::decay< Segregator >::type, decltype(make_segregator(std::forward< Rest >(rest)...))> |
|
|
template<std::size_t I, class Segregator , class Fallback > |
auto | get_segregatable_allocator (const binary_segregator< Segregator, Fallback > &s) -> const segregatable_allocator_type< I, binary_segregator< Segregator, Fallback > > |
|
|
template<class Segregator , class Fallback > |
auto | get_fallback_allocator (const binary_segregator< Segregator, Fallback > &s) -> const fallback_allocator_type< binary_segregator< Segregator, Fallback > > & |
|