Simplify Allocator
authorRoland Schulz <roland.schulz@intel.com>
Sun, 19 Aug 2018 23:20:34 +0000 (16:20 -0700)
committerMagnus Lundborg <magnus.lundborg@scilifelab.se>
Fri, 7 Sep 2018 06:50:45 +0000 (08:50 +0200)
commit7e4f7399dadefb8e4f4073887284292ffa4fa944
tree7beac95623ad7743cb9d56ff1d9ee6f8084d7c66
parent9cbc884343a24d2abb5dcf062cdaa4d27393cf16
Simplify Allocator

Remove all unneeded functions. Most of them weren't needed
with C++11 which requires all usage of allocators to go
through the allocator_traits which provide the default
implementation.

Change-Id: I37fb298c575fa5b09e5a6a1fdf4e7ff390eaec7a
src/gromacs/fileio/checkpoint.cpp
src/gromacs/gpu_utils/hostallocator.cpp
src/gromacs/gpu_utils/hostallocator.h
src/gromacs/utility/allocator.h
src/gromacs/utility/tests/alignedallocator-impl.h