Gromacs
2016.6
|
Declares gmx::AlignedAllocator that is used to make standard library containers compatible with SIMD contents that require aligned load/store.
Classes | |
class | gmx::AlignedAllocator< T > |
Aligned memory allocator. More... | |
struct | gmx::AlignedAllocator< T >::rebind< U > |
Standard-required typedef to use allocator with different class. More... | |
Functions | |
void * | gmx::internal::alignedMalloc (std::size_t bytes) |
Allocate aligned memory. More... | |
void | gmx::internal::alignedFree (void *p) |
Free aligned memory. More... | |