Gromacs
2024.3
|
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.
Classes | |
class | gmx::Allocator< T, AllocationPolicy > |
Policy-based memory allocator. More... | |