|
Gromacs
2026.0-dev-20251106-2ba968f
|
Include dependency graph for alignedallocator.h:
This graph shows which files directly or indirectly include this file:Declares allocation policy classes and allocators that are used to make library containers compatible with alignment requirements of particular hardware, e.g. memory operations for SIMD or accelerators.
Typedefs | |
| template<class T > | |
| using | gmx::AlignedAllocator = Allocator< T, AlignedAllocationPolicy > |
| Aligned memory allocator. More... | |
| template<class T > | |
| using | gmx::PageAlignedAllocator = Allocator< T, PageAlignedAllocationPolicy > |
| PageAligned memory allocator. More... | |
Functions | |
| std::size_t | gmx::pageSize () |
| Return the memory page size on this system. More... | |
1.8.5