|
Lattice Builder Manual
Software Package for Constructing Rank-1 Lattices
|
STL allocator replacement using FFTW's memory allocation functions. More...
#include <fftw++.h>
Classes | |
| struct | rebind |
Public Member Functions | |
| allocator (const allocator &) throw () | |
| template<typename Tp1 > | |
| allocator (const allocator< Tp1 > &) throw () | |
| pointer | allocate (size_type n, const void *=0) |
| void | deallocate (pointer p, size_type) |
| constexpr size_type | max_size () const throw () |
| void | construct (pointer p) |
| void | construct (pointer p, const Tp &val) |
| void | destroy (pointer p) |
STL allocator replacement using FFTW's memory allocation functions.
They ensure proper memory alignment for the use of SIMD processor instructions.