|
Gromacs
2026.0-dev-20251119-5f0a571d
|
Include dependency graph for allocator.h:
This graph shows which files directly or indirectly include this file:Declares gmx::Allocator template whose allocation functionality is configured both by type of object allocated and a policy class that configures the necessary matching malloc and free operation.
Functions | |
| template<class T1 , class Policy1 , class T2 , class Policy2 > | |
| bool | gmx::operator== (const Allocator< T1, Policy1 > &a, const Allocator< T2, Policy2 > &b) |
| Return true if two allocators are identical. More... | |
| template<class T1 , class Policy1 , class T2 , class Policy2 > | |
| bool | gmx::operator!= (const Allocator< T1, Policy1 > &a, const Allocator< T2, Policy2 > &b) |
| Return true if two allocators are different. | |
1.8.5