CPPuddle
|
Go to the source code of this file.
Namespaces | |
namespace | recycler |
Deprecated LEGACY namespace. Kept around for compatiblity with old code for now. | |
Typedefs | |
template<typename T , std::size_t alignement, std::enable_if_t< std::is_trivial< T >::value, int > = 0> | |
using | recycler::recycle_aligned = cppuddle::memory_recycling::recycle_aligned< T, alignement > |
template<typename T , std::size_t alignement, std::enable_if_t< std::is_trivial< T >::value, int > = 0> | |
using | recycler::aggressive_recycle_aligned = cppuddle::memory_recycling::aggressive_recycle_aligned< T, alignement > |