CPPuddle
Namespaces | Typedefs
aligned_buffer_util.hpp File Reference
#include "cppuddle/memory_recycling/aligned_recycling_allocators.hpp"
Include dependency graph for aligned_buffer_util.hpp:

Go to the source code of this file.

Namespaces

 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 >