#include <malloc.h>
#include <memory>
Classes | |
struct | walberla::simd::aligned_allocator< T, Alignment > |
STL-compliant allocator that allocates aligned memory. More... | |
struct | walberla::simd::aligned_allocator< T, Alignment >::rebind< U > |
Defines an aligned allocator suitable for allocating elements of type U . More... | |
Namespaces | |
walberla | |
\file TimestepTracker.h \ingroup lbm \author Frederik Hennig frede.nosp@m.rik..nosp@m.henni.nosp@m.g@fa.nosp@m.u.de | |
walberla::simd | |
Functions | |
template<class T1 , size_t A1, class T2 , size_t A2> | |
bool | walberla::simd::operator== (const aligned_allocator< T1, A1 > &, const aligned_allocator< T2, A2 > &) |
Checks whether two aligned allocators are equal. More... | |
template<class T1 , size_t A1, class T2 , size_t A2> | |
bool | walberla::simd::operator!= (const aligned_allocator< T1, A1 > &, const aligned_allocator< T2, A2 > &) |
Checks whether two aligned allocators are not equal. More... | |