Gromacs
2024.4
|
#include "gmxpre.h"
#include "gromacs/utility/alignedallocator.h"
#include <vector>
#include <gtest/gtest.h>
#include "gromacs/math/vectypes.h"
#include "gromacs/utility/tests/alignedallocator_impl.h"
Tests for gmx::AlignedAllocator and gmx::PageAlignedAllocator.