Gromacs
2018.8
|
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... | |
struct | gmx::Allocator< T, AllocationPolicy >::rebind< U > |
Standard-required typedef to use allocator with different class. More... | |