QMCPACK
PinnedAllocator.h File Reference
+ Include dependency graph for PinnedAllocator.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 qmcplusplus
 helper functions for EinsplineSetBuilder
 

Typedefs

template<typename T >
using PinnedAllocator = std::allocator< T >
 The fact that the pinned allocators are not always pinned hurts readability elsewhere. More...
 
template<typename T , size_t ALIGN = QMC_SIMD_ALIGNMENT>
using PinnedAlignedAllocator = aligned_allocator< T, ALIGN >