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<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 > > & |
|