LatNet Builder Manual
2.0.1-11
Software Package for Constructing Highly Uniform Point Sets
|
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.